# File lib/core/facets/kernel/call_stack.rb, line 50
  def call_stack(level=1)
    eval( "callstack( #{level} )" )
  end