Class: IRB::ExtendCommand::Continue

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

Class Method Summary collapse

Class Method Details

.execute(conf) ⇒ Object



6
7
8
# File 'lib/byebug/commands/repl.rb', line 6

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