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