class ThreadWeaver::PauseWhenLineCount

Public Instance Methods

next() click to toggle source
# File lib/thread_weaver/thread_instruction.rb, line 31
def next
  PauseWhenLineCount.new(
    count: count + 1,
    target_classes: target_classes
  )
end