dotar/vim/snippets/eruby/ife.snippet
2011-11-17 16:00:49 -06:00

5 lines
48 B
Plaintext
Executable File

<%- if ${1} -%>
${2}
<%- else -%>
<%- end -%>