class EimXML::Formatter::ElementWrapper
Public Instance Methods
each(option, &proc)
click to toggle source
# File lib/eim_xml/formatter/element_wrapper.rb 3 def each(option, &proc) 4 contents(option).each(&proc) 5 end