class Build::Files::List

def +(list)

Create a composite list out of two other lists:
def +(list)
	Composite.new([self, list])
end