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