# File lib/twitter/client/account.rb, line 193 def settings(options = {}) case options.length when 0 response = get('1/account/settings') else response = post('1/account/settings', options) end format.to_s.downcase == 'xml' ? response['hash'] : response end