class Build::Files::Composite

def to_paths

def to_paths
	self.class.new(@files.collect(&:to_paths), roots: @roots)
end