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