class Build::Files::List

def copy(destination)

def copy(destination)
	each do |path|
		path.copy(destination / path.relative_path)
	end
end