# File lib/facets/more/tagiterator.rb, line 254 def get_first(*arg) r=nil; first(*arg) do |bl| r=bl end; r; end