Class EimXML::Formatter::ElementWrapper
In: lib/eim_xml/formatter/element_wrapper.rb
Parent: Object

Methods

each  

Public Instance methods

[Source]

   # File lib/eim_xml/formatter/element_wrapper.rb, line 3
3:                 def each(option, &proc)
4:                         contents(option).each(&proc)
5:                 end

[Validate]