# File lib/rbot/registry.rb, line 285
    def keys
      return [] unless File.exist?(@filename)
      return registry.keys
    end