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