class Rubinius::Debugger::Command::Quit
Public Instance Methods
run(args)
click to toggle source
# File lib/rubinius/debugger/commands.rb, line 652 def run(args) Process.exit!(1) end
# File lib/rubinius/debugger/commands.rb, line 652 def run(args) Process.exit!(1) end