Class: ThreadWeaver::PauseWhenLineCount

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



31
32
33
34
35
36
# File 'lib/thread_weaver/thread_instruction.rb', line 31

def next
  PauseWhenLineCount.new(
    count: count + 1,
    target_classes: target_classes
  )
end