class Build::Files::List

def map

@returns [Paths] A new paths list with mapped values.
@parameter path [Path] The current path.
@yields {|path| ...} Each path in the list.
Map over the list and return a Paths instance.
def map
	Paths.new(super)
end