class ThreadWeaver::PauseAtSourceLine

Public Instance Methods

next() click to toggle source
# File lib/thread_weaver/thread_instruction.rb, line 61
def next
  PauseAtSourceLine.new(
    line: line + 1,
    path_suffix: path_suffix
  )
end