# File lib/xml/dom/core.rb, line 1993 def attributes if iterator? @attr.each do |key, value| yield(value) end if @attr else @attr end end