catching NameError here is not desirable.

This commit is contained in:
Tomoyuki Sahara
2013-04-17 13:25:36 +09:00
parent 0f8969041a
commit 7626508f62
+1 -1
View File
@@ -321,7 +321,7 @@ assert('Exception 19') do
r = @e = false
begin
b
rescue
rescue TypeError
r = self.z
end
[ r, @e ]