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