# File lib/ruote/context.rb, line 157
    def initialize_services

      default_conf.merge(get_conf).each do |key, value|

        next unless SERVICE_PREFIX.match(key)

        add_service(key, *value)
      end
    end