# File lib/ethon/multi/options.rb, line 52 def socketdata=(value) Curl.set_option(:socketdata, value_for(value, :string), handle, :multi) end