# File lib/bundler/mirror.rb, line 219
    def to_socket_address
      Socket.pack_sockaddr_in(@port, @host)
    end