class Falcon::Services

def each(&block)

Enumerate all named services.
def each(&block)
	@named.each_value(&block)
end