# File rbot/registry.rb, line 164
    def has_key?(key)
      return @registry.has_key?(@prefix + key)
    end