Elixir: debug pry snippet

This commit is contained in:
Louis Pilfold 2015-02-27 00:15:59 +00:00
parent 931af65f34
commit b11832aa68

View File

@ -114,4 +114,4 @@ snippet try try .. rescue .. end
end
snippet pry
require IEx; IEx.pry
$0
${0}