method
dump
rails latest stable - Class:
ActiveSupport::Messages::SerializerWithFallback::MessagePackWithFallback
dump(object)public
No documentation available.
# File activesupport/lib/active_support/messages/serializer_with_fallback.rb, line 121
def dump(object)
ActiveSupport::MessagePack.dump(object)
end