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