# File lib/qpid/address.rb, line 93 def initialize(name, subject, options = {}, _type = "", address_impl = nil) @address_impl = address_impl || Cqpid::Address.new(name, subject, convert_options(options), _type) end