Class: Object

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

Instance Method Summary collapse

Instance Method Details

#singleton_method_added(id, *args) ⇒ Object

class object/object singleton method trap



65
66
67
# File 'lib/rubyrun/rubyrun_boot__.rb', line 65

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