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