Class: S3Deployer::Stream
- Inherits:
-
StringIO
- Object
- StringIO
- S3Deployer::Stream
- Defined in:
- lib/s3_deployer.rb
Instance Method Summary collapse
- #close ⇒ Object
-
#initialize ⇒ Stream
constructor
A new instance of Stream.
Constructor Details
#initialize ⇒ Stream
Returns a new instance of Stream.
240 241 242 243 |
# File 'lib/s3_deployer.rb', line 240 def initialize(*) super set_encoding "BINARY" end |
Instance Method Details
#close ⇒ Object
245 246 247 |
# File 'lib/s3_deployer.rb', line 245 def close rewind end |