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