From 1fad5ec28e4714fcb3da690173445c37927a19c8 Mon Sep 17 00:00:00 2001 From: John Mair Date: Mon, 20 Jun 2011 20:28:15 +1200 Subject: [PATCH] fixed weird string interpolation bug on command_processor.rb --- lib/pry/command_processor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pry/command_processor.rb b/lib/pry/command_processor.rb index 32b5db95..bb273823 100644 --- a/lib/pry/command_processor.rb +++ b/lib/pry/command_processor.rb @@ -62,7 +62,7 @@ class Pry # so early exit. begin interp_val = interpolate_string(val, target) - rescue NameError + rescue Exception next end