class Rubinius::Debugger::Command::EvalCode
Public Instance Methods
run(args)
click to toggle source
# File lib/rubinius/debugger/commands.rb, line 503 def run(args) @debugger.eval_code(args) end
# File lib/rubinius/debugger/commands.rb, line 503 def run(args) @debugger.eval_code(args) end