Type:
Class
Socket::Option represents a socket option used by BasicSocket#getsockopt and BasicSocket#setsockopt. A socket option contains the socket family, protocol level, option name optname and option value data.
int 2
sockopt.int => integer Instance Public methods Returns the data in sockopt
2015-05-15 04:13:57
inspect
sockopt.inspect => string Instance Public methods Returns a string which
2015-05-15 04:07:11