class Rubinius::Debugger::Command::CommandsList

Public Instance Methods

run(args) click to toggle source
# File lib/rubinius/debugger/commands.rb, line 670
def run(args)
  bp = @debugger.breakpoints[args[:bp_id] - 1]
  bp.set_commands(args[:code])
end