examples/exception_handler.rb in aspector-0.11.1 vs examples/exception_handler.rb in aspector-0.12.0

- old
+ new

@@ -26,10 +26,10 @@ end ############################## -ExceptionHandler.apply "A#test" +ExceptionHandler.apply A, :method => "test" a = A.new a.test 'good' a.test nil