class Rubinius::Debugger::Command::StepInto
Public Instance Methods
run(args)
click to toggle source
# File lib/rubinius/debugger/commands.rb, line 352 def run(args) max = step_over_by(1) listen(true) # We remove the max position breakpoint no matter what max.remove! if max end