Class: Object

Inherits:
BasicObject
Defined in:
lib/rubyrun/rubyrun.rb

Instance Method Summary collapse

Instance Method Details

#singleton_method_added(id, *args) ⇒ Object

class object/object singleton method trap



68
69
70
# File 'lib/rubyrun/rubyrun.rb', line 68

def singleton_method_added(id, *args)
  RubyRunInstrumentor__.instrument_it?('s', self, id)
end