# File lib/ruote/context.rb, line 93 def [](key) if SERVICE_PREFIX.match(key) @services[key] else conf[key] end end