Method: Configy::ConfigFile#mtime

Defined in:
lib/configy/config_file.rb

#mtimeObject



22
23
24
25
26
# File 'lib/configy/config_file.rb', line 22

def mtime
  @path.mtime
rescue Errno::ENOENT
  Time.at(0)
end