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