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