Method: ActiveSupport::Gzip::Stream#initialize
- Defined in:
- activesupport/lib/active_support/gzip.rb
#initialize ⇒ Stream
Returns a new instance of Stream.
19 20 21 22 |
# File 'activesupport/lib/active_support/gzip.rb', line 19 def initialize(*) super set_encoding "BINARY" end |