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