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