# File lib/typhoeus/easy.rb, line 149 def max_redirects=(redirects) set_option(OPTION_VALUES[:CURLOPT_MAXREDIRS], redirects) end