Method: Boson::Scientist#object_methods

Defined in:
lib/boson/scientist.rb

#object_methods(obj) ⇒ Object

Returns hash of methods for an object



93
94
95
# File 'lib/boson/scientist.rb', line 93

def object_methods(obj)
  @object_methods[obj] ||= {}
end