Method: DTAS::Buffer::Splice#discard
- Defined in:
- lib/dtas/buffer/splice.rb
#discard(bytes) ⇒ Object
be sure to only call this with nil when all writers to @wr are done
29 30 31 |
# File 'lib/dtas/buffer/splice.rb', line 29 def discard(bytes) SleepyPenguin.splice(@to_io, DTAS.null, bytes) end |