module HTTParty

def self.delete(*args, &block)

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