Class: IRB::ExtendCommand::Next

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby-debug/commands/irb.rb

Overview

:nodoc:

Class Method Summary collapse

Class Method Details

.execute(conf) ⇒ Object



11
12
13
# File 'lib/ruby-debug/commands/irb.rb', line 11

def self.execute(conf)
  throw :IRB_EXIT, :next
end