# File lib/rbot/registry.rb, line 247 def has_key?(key) return false unless File.exist?(@filename) return registry.has_key?(key) end