# File lib/rbot/registry.rb, line 279 def delete(key) return default unless File.exist?(@filename) return registry.delete(key) end