Parent

Files

IRB::Context

Monkeypatch to save the current IRB statement to be run and make the instruction sequence “filename” unique. Possibly not needed.

Public Instance Methods

_ruby_debug_original_evaluate(line, line_no) click to toggle source
Alias for: evaluate
evaluate(line, line_no) click to toggle source
# File cli/ruby-debug/commands/irb.rb, line 98
def evaluate(line, line_no)
  $rdebug_irb_statements = line
  _ruby_debug_original_evaluate(line, line_no)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.