Module: Debugger::DisplayFunctions

Included in:
AddDisplayCommand, DeleteDisplayCommand, DisplayCommand
Defined in:
lib/ruby-debug/commands/display.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#display_expression(exp) ⇒ Object



3
4
5
# File 'lib/ruby-debug/commands/display.rb', line 3

def display_expression(exp)
  print "%s = %s\n", exp, debug_silent_eval(exp).to_s
end