class Byebug::Command
def get_binding(pos = @state.frame_pos)
def get_binding(pos = @state.frame_pos) @state.context ? @state.context.frame_binding(pos) : TOPLEVEL_BINDING end
def get_binding(pos = @state.frame_pos) @state.context ? @state.context.frame_binding(pos) : TOPLEVEL_BINDING end