# File lib/ruote/context.rb, line 90 def []= (key, value) raise( ArgumentError.new('use context#add_service to register services') ) if SERVICE_PREFIX.match(key) cf = get_conf cf[key] = value @storage.put(cf) value end