class method
self.new
Ruby on Rails 6.0.6
Since v3.0.20Signature
self.new(*)
No documentation comment.
Parameters
-
argsrest
Source
# File activesupport/lib/active_support/gzip.rb, line 17
def initialize(*)
super
set_encoding "BINARY"
end
Defined in activesupport/lib/active_support/gzip.rb line 17
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Gzip::Stream