# File lib/core/uri.rb, line 28
    def amqp_address() path[0] == "/" ? path[1..-1] : path; end