Class: ThreadWeaver::PauseAtSourceLine

Inherits:
T::Struct
  • Object
show all
Extended by:
T::Sig
Includes:
ThreadInstruction
Defined in:
lib/thread_weaver/thread_instruction.rb

Instance Method Summary collapse

Methods included from ThreadInstruction

#is_a?

Instance Method Details

#nextObject



61
62
63
64
65
66
# File 'lib/thread_weaver/thread_instruction.rb', line 61

def next
  PauseAtSourceLine.new(
    line: line + 1,
    path_suffix: path_suffix
  )
end