emacs-prelude/vendor/yasnippet/snippets/ruby-mode/control structure/if
2012-02-17 22:12:32 +02:00

6 lines
60 B
Plaintext

# name: if ... end
# key: if
# --
if ${1:condition}
$0
end