From 0ee4b849023efe1ba190affd851b5aea39473156 Mon Sep 17 00:00:00 2001 From: Andrei Cristian Petcu Date: Sat, 4 Oct 2014 15:42:21 +0300 Subject: [PATCH] added pry to eruby --- snippets/eruby.snippets | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snippets/eruby.snippets b/snippets/eruby.snippets index 9541835..f57d2ca 100644 --- a/snippets/eruby.snippets +++ b/snippets/eruby.snippets @@ -125,3 +125,5 @@ snippet ife <% else %> ${0} <% end %> +snippet pry + <% require 'pry'; binding.pry %>