summaryrefslogblamecommitdiffstats
path: root/emacs.d/snippets/text-mode/ruby-mode/until
blob: 476966a73dd9253bfdd05b58498479e485a4d1e7 (plain) (tree)
1
2
3
4
5
6





                         
#name : until ... end
#group: control structure
# --
until ${condition}
  $0
end