class IO::Endpoint::SocketEndpoint

def initialize(socket, **options)

def initialize(socket, **options)
	super(**options)
	
	@socket = socket
end