# File lib/moneta/file.rb, line 69 def delete(key) value = self[key] FileUtils.rm(path(key)) value rescue Errno::ENOENT end