method
on
v1_8_6_287 -
Show latest stable
- Class:
Tracer
on()public
No documentation available.
# File lib/tracer.rb, line 134
def Tracer.on
if block_given?
Single.on{yield}
else
Single.on
end
end on()No documentation available.
# File lib/tracer.rb, line 134
def Tracer.on
if block_given?
Single.on{yield}
else
Single.on
end
end