class Byebug::AddDisplayCommand
def execute
def execute exp = @match[1] @state.display.push [true, exp] puts "#{@state.display.size}: #{display_expression(exp)}" end
def execute exp = @match[1] @state.display.push [true, exp] puts "#{@state.display.size}: #{display_expression(exp)}" end