class WebMock::HttpLibAdapters::CurbAdapter

def self.enable!

def self.enable!
  Curl.send(:remove_const, :Easy)
  Curl.send(:const_set, :Easy, Curl::WebMockCurlEasy)
end