Class: IRB::ExtendCommand::Next

Inherits:
Object
  • Object
show all
Defined in:
lib/byebug/commands/irb.rb

Class Method Summary collapse

Class Method Details

.execute(conf) ⇒ Object



12
13
14
# File 'lib/byebug/commands/irb.rb', line 12

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