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