# File lib/nokogiri/xml/dtd.rb, line 15 def each &block attributes.each { |key, value| block.call([key, value]) } end