# File lib/amq/protocol/frame.rb, line 36
      def self.decode(*)
        raise NotImplementedError.new "You are supposed to redefine this method, because it's dependent on used IO adapter.\n\nThis functionality is part of the https://github.com/ruby-amqp/amq-client library.\n"
      end