class IO::Endpoint::ConnectedEndpoint
def local_address_endpoint(**options)
A endpoint for the local end of the bound socket.
def local_address_endpoint(**options) AddressEndpoint.new(socket.to_io.local_address, **options) end
def local_address_endpoint(**options) AddressEndpoint.new(socket.to_io.local_address, **options) end