method

signature?

signature?(dumped)
public

No documentation available.

# File activesupport/lib/active_support/message_pack/serializer.rb, line 27
      def signature?(dumped)
        dumped.getbyte(0) == SIGNATURE.getbyte(0) && dumped.getbyte(1) == SIGNATURE.getbyte(1)
      end