25 26 27 28 29
# File 'lib/rouge/util.rb', line 25 def each(&b) keys.each do |k| b.call(k, self[k]) end end