# File lib/twitter/client.rb, line 48 def put(path, params={}, options={}) request(:put, path, params, options) end