# File lib/twitter/request.rb, line 13
    def self.put(client, path, options={})
      new(client, :put, path, options).perform
    end