class Build::Files::Paths

def each

def each
	return to_enum(:each) unless block_given?
	
	@list.each{|path| yield path}
end