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