# File lib/ogg/codecs/vorbis.rb, line 6
      def match?(header_packet)
        /^\001vorbis.*/ =~ header_packet
      end