class Build::Files::Composite

def roots

@returns [Array(Path)] The unique root paths.
Get all root paths for all lists in the composite.
def roots
	@roots ||= @files.collect(&:roots).flatten.uniq
end