Method: ActiveSupport::MessagePack#message_pack
- Defined in:
- lib/active_support/message_pack.rb
#message_pack ⇒ Object
:singleton-method: signature? :call-seq: signature?(dumped)
Returns true if the given dump begins with an ActiveSupport::MessagePack
signature.
– Implemented by Serializer#signature?.
48 |
# File 'lib/active_support/message_pack.rb', line 48 ActiveSupport.run_load_hooks(:message_pack, self) |