# File lib/amqp/protocol.rb, line 140
      def to_frame(channel = 0)
        Frame::Header.new(self, channel)
      end