22 23 24 25 26
# File 'lib/configy/config_file.rb', line 22 def mtime @path.mtime rescue Errno::ENOENT Time.at(0) end