Flowdock
method

to_s

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

returns the socket option data as a string.

p Socket::Option.new(:INET6, :IPV6, :RECVPKTINFO, [1].pack("i!")).data
#=> "\x01\x00\x00\x00"
Show source
Register or log in to add new notes.