# File lib/twitter/client/accounts.rb, line 89 def update_profile(options={}) user = post("/1/account/update_profile.json", options) Twitter::User.new(user) end