# File lib/ruote/context.rb, line 83
    def [] (key)

      SERVICE_PREFIX.match(key) ? @services[key] : get_conf[key]
    end