Class: IRB::ExtendCommand::Continue

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

Class Method Summary collapse

Class Method Details

.execute(conf) ⇒ Object



7
8
9
# File 'lib/byebug/commands/irb.rb', line 7

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