class Byebug::FrameCommand
def execute
def execute unless @match[1] print(pr('frame.line', get_pr_arguments(@state.frame))) return end pos, err = get_int(@match[1], 'Frame') return errmsg(err) unless pos adjust_frame(pos, true) end
def execute unless @match[1] print(pr('frame.line', get_pr_arguments(@state.frame))) return end pos, err = get_int(@match[1], 'Frame') return errmsg(err) unless pos adjust_frame(pos, true) end