class Build::Files::Composite

def to_paths

@returns [Composite] A new composite with all lists converted to paths.
Convert all lists in the composite to paths.
def to_paths
	self.class.new(@files.collect(&:to_paths), roots: @roots)
end