module HTTParty

def self.patch(*args, &block)

def self.patch(*args, &block)
  Basement.patch(*args, &block)
end