# File lib/facets/more/tagiterator.rb, line 226 def collect(*arg) a=[] each_block(*arg) do |tt| a.push tt end a end