finish â String
finish { |chunk| ... } â nil
finish { |chunk| ... } â nil
Instance Public methods
Finishes the stream and flushes output buffer. If a block is given each chunk is yielded to the block until the input buffer has been flushed to the output buffer.
Please login to continue.