/* * call-seq: * easy.follow_location = boolean => boolean * * Configure whether this Curl instance will follow Location: headers * in HTTP responses. Redirects will only be followed to the extent * specified by +max_redirects+. */ static VALUE ruby_curl_easy_follow_location_set(VALUE self, VALUE follow_location) {