class Falcon::Services
def initialize(configuration)
Initialize the services from the given configuration.
def initialize(configuration) @named = {} configuration.each(:service) do |environment| service = Service::Generic.wrap(environment) add(service) end end