Method: Binding#__method__

Defined in:
lib/core/facets/binding/caller.rb

#__method__Object

Retreive the current running method.



33
34
35
# File 'lib/core/facets/binding/caller.rb', line 33

def __method__
  Kernel.eval("__method__", self)
end