class Build::Files::List

def exist?

Check that all files listed exist.
def exist?
	all?(&:exist?)
end