lib/byebug/commands/display.rb in byebug-1.0.3 vs lib/byebug/commands/display.rb in byebug-1.1.0

- old
+ new

@@ -1,9 +1,8 @@ module Byebug module DisplayFunctions - def display_expression(exp) print "%s = %s\n", exp, debug_silent_eval(exp).to_s end def active_display_expressions? @@ -77,10 +76,9 @@ end end end class DeleteDisplayCommand < Command - def regexp /^\s* undisp(?:lay)? \s* (?:(\S+))?$/x end def execute