]> code.delx.au - gnu-emacs-elpa/blob - snippets/ruby-mode/control structure/while
8a6f3c1864447bc05ed77b8a5651addd82f1fb8c
[gnu-emacs-elpa] / snippets / ruby-mode / control structure / while
1 #name : while ... end
2 # key: while
3 # --
4 while ${condition}
5 $0
6 end