instance method
dump
Ruby on Rails 7.1.6
Since v7.1.6Signature
dump(value)
No documentation comment.
Parameters
-
valuereq
Source
# File activesupport/lib/active_support/cache/serializer_with_fallback.rb, line 127
def dump(value)
Marshal.dump(value)
end
Defined in activesupport/lib/active_support/cache/serializer_with_fallback.rb line 127
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Cache::SerializerWithFallback::Marshal71WithFallback