class IO::Endpoint::BoundEndpoint

def to_s

def to_s
	"\#<#{self.class} #{@sockets.size} bound sockets for #{@endpoint}>"
end