Files
.emacs.d/snippets/stock/ruby-mode/control structure/if

5 lines
50 B
Plaintext

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