added pry to eruby

This commit is contained in:
Andrei Cristian Petcu 2014-10-04 15:42:21 +03:00
parent 93f677ff9d
commit 0ee4b84902

View File

@ -125,3 +125,5 @@ snippet ife
<% else %> <% else %>
${0} ${0}
<% end %> <% end %>
snippet pry
<% require 'pry'; binding.pry %>