# File lib/ruby-debug-base.rb, line 192
  def binding_n(n = 0)
    Debugger.current_context.frame_binding[n+1]
  end