# File lib/amqp/channel.rb, line 150
    def closed?
      @status.eql?(:closed)
    end