# File lib/twitter/client/help.rb, line 15 def configuration(options={}) response = get('1/help/configuration', options) format.to_s.downcase == 'xml' ? response['configuration'] : response end