Method: Stream::IntervalStream#increment_stop

Defined in:
lib/stream.rb

#increment_stop(incr = 1) ⇒ Object

Increment the upper bound by incr.



277
278
279
# File 'lib/stream.rb', line 277

def increment_stop(incr = 1)
  @stop += incr
end