module HTTParty

def self.put(*args, &block)

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