lib/tracing.rb in tracing-2.0.5 vs lib/tracing.rb in tracing-2.0.6
- old
+ new
@@ -241,9 +241,10 @@
end
private
def selected?(args)
# Figure out whether this trace is enabled (itself or by :all), if it nests, and if we should print the key:
+ @delay = false
key =
if Symbol === args[0]
control = args.shift
case s = control.to_s
when /!\Z/ # Enable all nested trace calls