Class: UnboundMethod

Inherits:
Object show all
Defined in:
lib/awesome_print/core_ext/method.rb

Instance Method Summary collapse

Instance Method Details

#nameObject



17
18
19
# File 'lib/awesome_print/core_ext/method.rb', line 17

def name
  inspect.split(/[#.>]/)[-1]
end