# File rbot/registry.rb, line 126
    def []=(key,value)
      @registry[@prefix + key] = store(value)
    end