method
on
on()
public
Hide source
# File lib/tracer.rb, line 134 def Tracer.on if block_given? Single.on{yield} else Single.on end end