/ruby-mode/Declarations/while ___ end.yasnippet
Unknown | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | fcf0f85bb5c4e50535f5605612455098 MD5 | raw file
1# -*- mode: snippet -*- 2# key: while 3# contributor: Translated from TextMate Snippet 4# name: while ... end 5# -- 6while ${1:condition} 7 $0 8end