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