diff options
-rw-r--r-- | lib/tracer.rb | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -62,9 +62,7 @@ class Tracer off end else - set_trace_func proc{|event, file, line, id, binding, klass, *rest| - trace_func event, file, line, id, binding, klass - } stdout.print "Trace on\n" if Tracer.verbose? end end @@ -114,7 +112,7 @@ class Tracer end end - def trace_func(event, file, line, id, binding, klass) return if file == MY_FILE_NAME for p in @filters |