# File lib/facets/more/tagiterator.rb, line 242 def enumcollect(tag) a=[] enumtag(tag) do |t| a.push t end a end