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