# File lib/moped/uri.rb, line 96
    def hosts
      @hosts ||= match[5].split(",")
    end