class IO::Endpoint::HostEndpoint

def to_s

def to_s
	"host:#{@specification[0]}:#{@specification[1]}"
end