# File lib/puppet/type/tidy.rb, line 119 119: def tidy?(path, stat) 120: # If the file's older than we allow, we should get rid of it. 121: (Time.now.to_i - stat.send(resource[:type]).to_i) > value 122: end