Class: ThreadWeaver::PauseWhenLineCount
- Inherits:
-
T::Struct
- Object
- T::Struct
- ThreadWeaver::PauseWhenLineCount
- Extended by:
- T::Sig
- Includes:
- ThreadInstruction
- Defined in:
- lib/thread_weaver/thread_instruction.rb
Instance Method Summary collapse
Methods included from ThreadInstruction
Instance Method Details
#next ⇒ Object
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 |