Method: ActiveSupport::Messages::SerializerWithFallback::MessagePackWithFallback#dump
- Defined in:
- activesupport/lib/active_support/messages/serializer_with_fallback.rb
#dump(object) ⇒ Object
121 122 123 |
# File 'activesupport/lib/active_support/messages/serializer_with_fallback.rb', line 121 def dump(object) ActiveSupport::MessagePack.dump(object) end |