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