42 43 44
# File 'lib/github_backup/json_store.rb', line 42 def delete! File.unlink(@path) if File.exist?(@path) end