Class: Debugger::Context

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

Instance Method Summary collapse

Instance Method Details

#interruptObject



24
25
26
# File 'lib/ruby-debug.rb', line 24

def interrupt
  self.stop_next = 1
end