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