Class: ThreadWeaver::PauseAtSourceLine
- Inherits:
-
T::Struct
- Object
- T::Struct
- ThreadWeaver::PauseAtSourceLine
- 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
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 |