/ruby-mode/Declarations/until ___ end.yasnippet
http://github.com/ridgetang/snippets · Unknown · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · 7723464643afc81f63d45f884974f245 MD5 · raw file
- # -*- mode: snippet -*-
- # key: until
- # contributor: Translated from TextMate Snippet
- # name: until ... end
- # --
- until ${1:condition}
- $0
- end