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