class Curl::WebMockCurlEasy

def webmock_follow_location(location)

def webmock_follow_location(location)
  first_url = self.url
  self.url = location
  curb_or_webmock do
    send( :http, {'method' => @webmock_method} )
  end
  self.url = first_url
end