# File lib/webmock/http_lib_adapters/curb_adapter.rb, line 235
      def head= value
        @webmock_method = :head if value
        super
      end