/* *call-seq: * easy = Curl::Easy.new("url") do|c| * c.head = true * end * easy.perform */ static VALUE ruby_curl_easy_set_head_option(VALUE self, VALUE onoff) {