# File lib/twitter/base.rb, line 119 def update_profile(body={}) perform_post('/account/update_profile.json', :body => body) end