Class: Method

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

Instance Method Summary collapse

Instance Method Details

#nameObject



11
12
13
# File 'lib/amazing_print/core_ext/method.rb', line 11

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