class IO::Endpoint::BoundEndpoint

def inspect

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