yasnippet/extras/imported/ruby-mode/Declarations/until ___ end.yasnippet
2009-08-29 17:59:02 +00:00

8 lines
140 B
Plaintext

# -*- mode: snippet -*-
# key: until
# contributor: Translated from TextMate Snippet
# name: until ... end
# --
until ${1:condition}
$0
end