Returns:
128 129 130
# File 'lib/logstash/filters/ip2proxy.rb', line 128 def too_old?(ip) timestamps[ip] < Time.now - ONE_DAY_IN_SECONDS end