method
new
v3.2.8 -
Show latest stable
- Class:
ActiveSupport::Gzip::Stream
new(*)public
No documentation available.
# File activesupport/lib/active_support/gzip.rb, line 9
def initialize(*)
super
set_encoding "BINARY" if "".encoding_aware?
end