class IO::Endpoint::ConnectedEndpoint
def initialize(endpoint, socket, **options)
def initialize(endpoint, socket, **options) super(**options) @endpoint = endpoint @socket = socket end
def initialize(endpoint, socket, **options) super(**options) @endpoint = endpoint @socket = socket end