# File lib/twitter/client/account.rb, line 111 def update_profile_image(image, options={}) response = post('1/account/update_profile_image', options.merge(:image => image)) format.to_s.downcase == 'xml' ? response['user'] : response end