# File lib/twitter/api.rb, line 304 def update_profile_image(image, options={}) object_from_response(Twitter::User, :post, "/1/account/update_profile_image.json", options.merge(:image => image)) end