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