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