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