# File lib/god/conditions/file_mtime.rb, line 20
      def test
        (Time.now - File.mtime(self.path)) > self.max_age
      end