Method: ActiveSupport::Cache::SerializerWithFallback::PassthroughWithFallback#dump

Defined in:
activesupport/lib/active_support/cache/serializer_with_fallback.rb

#dump(entry) ⇒ Object



49
50
51
# File 'activesupport/lib/active_support/cache/serializer_with_fallback.rb', line 49

def dump(entry)
  entry
end