Method: Binding#callstack
- Defined in:
- lib/core/facets/kernel/callstack.rb
#callstack(level = 1) ⇒ Object Also known as: call_stack
Returns the call stack, in array format.
50 51 52 |
# File 'lib/core/facets/kernel/callstack.rb', line 50 def callstack(level=1) eval( "callstack( #{level} )" ) end |