yasnippet/extras/imported/ruby-mode/Declarations/060 ruby if else.yasnippet
2009-08-29 17:59:02 +00:00

10 lines
150 B
Plaintext

# -*- mode: snippet -*-
# key: ife
# contributor: Translated from TextMate Snippet
# name: if … else … end
# --
if ${1:condition}
$2
else
$3
end