class IO::Endpoint::AddressEndpoint
def bind(wrapper = self.wrapper, &block)
-
(Array(Socket))- the bound socket
Other tags:
- Yield: - An optional block which will be passed the socket.
def bind(wrapper = self.wrapper, &block) [wrapper.bind(@address, **@options, &block)] end