Method: Leap.instrument!

Defined in:
lib/leap/whip.rb

.instrument!Object

Begin instrumenting Leap activity. Automatically enables logging.



5
6
7
8
# File 'lib/leap/whip.rb', line 5

def instrument!
  Leap.log! unless Leap.log?
  @@whip = Whip.new
end