Class: IRB::ExtendCommand::Continue
- Inherits:
-
Object
- Object
- IRB::ExtendCommand::Continue
- Defined in:
- lib/ruby-debug/commands/irb.rb
Overview
:nodoc:
Class Method Summary collapse
Class Method Details
.execute(conf) ⇒ Object
6 7 8 |
# File 'lib/ruby-debug/commands/irb.rb', line 6 def self.execute(conf) throw :IRB_EXIT, :cont end |