class method
self.new
Ruby on Rails 7.2.3
Since v7.1.6Signature
self.new(encoding)
No documentation comment.
Parameters
-
encodingreq
Source
# File activesupport/lib/active_support/cache/coder.rb, line 87
def initialize(encoding)
@encoding = encoding
end
Defined in activesupport/lib/active_support/cache/coder.rb line 87
· View on GitHub
· Improve this page
· Find usages on GitHub