ipsocket.addr([reverse_lookup]) => [address_family, port, hostname, numeric_address]
Instance Public methods
Returns the local address as an array which contains address_family, port,
hostname and numeric_address.
If reverse_lookup is true or
:hostname, hostname is obtained from numeric_address using
reverse lookup. Or if it is false, or :numeric,
hostname is same as numeric_address. Or if it is nil or
ommitted, obeys to ipsocket.do_not_reverse_lookup. See
Socket.getaddrinfo al