summaryrefslogblamecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/ruby-mode/control structure/while
blob: 00e114f7ac8df55a96bdb9cc3b5a92e3cbe18c37 (plain) (tree)
1
2
3
4
5




                     
#name : while ... end
# --
while ${condition}
  $0
end