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