Method: S3sync::ProgressStream#close
- Defined in:
- lib/s3sync/HTTPStreaming.rb
#close ⇒ Object
101 102 103 104 105 |
# File 'lib/s3sync/HTTPStreaming.rb', line 101 def close() $stdout.printf("\n") if @printed and not @closed @closed = true @innerStream.close end |