class Build::Files::List

def roots

def roots
	collect{|path| path.root}.sort.uniq
end