Flowdock
method

inspect

Importance_1
v1_9_2_180 - Show latest stable - 0 notes - Class: Option
inspect() public

Returns a string which shows sockopt in human-readable form.

p Socket::Option.new(:INET, :SOCKET, :KEEPALIVE, [1].pack("i")).inspect
#=> "#<Socket::Option: INET SOCKET KEEPALIVE 1>"
Show source
Register or log in to add new notes.