class Build::Environment

def flatten(**options)

def flatten(**options)
	hash = {}
	
	flatten_to_hash(hash)
	
	return self.class.new(nil, hash, **options)
end