snippet ruby_print
abbr <%= %>
options word
<%= ${1:TARGET} %>${2}
snippet ruby_code
abbr <% %>
options word
<% ${1:TARGET} %>${2}
snippet ruby_print_nonl
abbr <%= -%>
options word
<%= ${1:TARGET} -%>${2}
snippet ruby_code_nonl
abbr <% -%>
options word
<% ${1:TARGET} -%>${2}
snippet comment
abbr <%# %>
options word
<%# ${1:TARGET} %>${2}