Method: Progressor::LimitedSequence#skip

Defined in:
lib/progressor/limited_sequence.rb

#skip(n) ⇒ Object

Skips an iteration, updating the total count and ETA



59
60
61
# File 'lib/progressor/limited_sequence.rb', line 59

def skip(n)
  @total_count -= n
end