# File lib/twitter/api.rb, line 251
    def update_profile(options={})
      object_from_response(Twitter::User, :post, "/1/account/update_profile.json", options)
    end