Skip to content

Instantly share code, notes, and snippets.

@havenwood
Created October 24, 2019 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save havenwood/d01c0873928057b25fc2a1cb1af532f4 to your computer and use it in GitHub Desktop.
Save havenwood/d01c0873928057b25fc2a1cb1af532f4 to your computer and use it in GitHub Desktop.
def timestamp
File.mtime(name.to_s)
rescue Errno::ENOENT
Rake::LATE
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment