my-emacs-d/elpa/yasnippet-20161022.646/snippets/ruby-mode/if
2016-10-24 08:30:06 +02:00

6 lines
77 B
Plaintext

#name : if ... end
#group : control structure
# --
if ${1:condition}
$0
end