class Rubinius::Debugger::Command::SetTempBreakPoint

Public Instance Methods

run(args) click to toggle source
# File lib/rubinius/debugger/commands.rb, line 183
def run(args)
  super args, true
end