Skip to content

Instantly share code, notes, and snippets.

@kris
Created June 15, 2009 21:03
Show Gist options
  • Save kris/130339 to your computer and use it in GitHub Desktop.
Save kris/130339 to your computer and use it in GitHub Desktop.
def delete(name, options = nil)
super
File.delete(real_file_path(name))
rescue SystemCallError => e
# If there's no cache, then there's nothing to complain about
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment