9 10 11
# File 'lib/qspec/ipc/file.rb', line 9 def del(key) ::File.unlink(Qspec.path(key)) rescue nil end