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