# File lib/amqp/exchange.rb, line 44
    def self.default(channel = nil)
      self.new(channel || AMQP::Channel.new, :direct, "", :no_declare => true)
    end