# File lib/ethon/multi/options.rb, line 40 def pipelining=(value) Curl.set_option(:pipelining, value_for(value, :int), handle, :multi) end