Class: ActiveSupport::Gzip::Stream
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
StringIO
|
|
Instance Chain:
self,
StringIO
|
|
Inherits: |
StringIO
|
Defined in: | activesupport/lib/active_support/gzip.rb |
Class Method Summary
- .new ⇒ Stream constructor
Instance Method Summary
Constructor Details
.new ⇒ Stream
# File 'activesupport/lib/active_support/gzip.rb', line 19
def initialize(*) super set_encoding "BINARY" end
Instance Method Details
#close
[ GitHub ]# File 'activesupport/lib/active_support/gzip.rb', line 23
def close; rewind; end