# File lib/em-twitter/response.rb, line 30
      def older_than?(seconds)
        @timestamp ||= Time.now

        age > seconds
      end