class Byebug::AddDisplayCommand
def execute
def execute exp = @match[1] @state.display.push [true, exp] print "%d: ", @state.display.size display_expression(exp) end
def execute exp = @match[1] @state.display.push [true, exp] print "%d: ", @state.display.size display_expression(exp) end