class Curl::WebMockCurlEasy

def http_put data = nil

def http_put data = nil
  @webmock_method = :put
  @put_data = data if data
  super
end