sockopt.inspect => string
Instance Public methods
Returns a string which shows sockopt in human-readable form.
1 2 | p Socket::Option. new (: INET , : SOCKET , : KEEPALIVE , [ 1 ].pack( "i" )).inspect #=> "#<Socket::Option: INET SOCKET KEEPALIVE 1>" |
Please login to continue.