# File lib/moneta/basic_file.rb, line 80 def delete!(key) FileUtils.rm(path(key)) nil rescue Errno::ENOENT end