Method: IOExtras::AbstractInputStream#flush
- Defined in:
- lib/zip/ioextras.rb
#flush ⇒ Object
96 97 98 99 100 |
# File 'lib/zip/ioextras.rb', line 96 def flush retVal=@outputBuffer @outputBuffer="" return retVal end |
96 97 98 99 100 |
# File 'lib/zip/ioextras.rb', line 96 def flush retVal=@outputBuffer @outputBuffer="" return retVal end |