class Rubinius::Debugger::Command::SetTempBreakPoint
Public Instance Methods
run(args)
click to toggle source
Calls superclass method
Rubinius::Debugger::Command::SetBreakPoint#run
# File lib/rubinius/debugger/commands.rb, line 183 def run(args) super args, true end