Returns:
72 73 74 75 76
# File 'lib/confctl/conf_cache.rb', line 72 def mtime File.lstat(@cache_file).mtime rescue Errno::ENOENT nil end