class Build::Files::Composite

def include?(path)

def include?(path)
	@files.any? {|list| list.include?(path)}
end