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