Retreive the current running method.
33 34 35
# File 'lib/core/facets/binding/caller.rb', line 33 def __method__ Kernel.eval("__method__", self) end