method

on

v1_9_2_180 - Show latest stable - Class: Tracer
on()
public

No documentation available.

# File lib/tracer.rb, line 163
  def Tracer.on
    if block_given?
      Single.on{yield}
    else
      Single.on
    end
  end