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