summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/text-mode/ruby-mode/while
blob: 4c9ad35b7b843ea8f0e90152cf8746c684dc7522 (plain) (blame)
1
2
3
4
5
6
#name : while ... end
#group : control structure
# --
while ${condition}
  $0
end