Class: EimXML::Formatter::ElementWrapper
- Inherits:
-
Object
- Object
- EimXML::Formatter::ElementWrapper
- Defined in:
- lib/eim_xml/formatter/element_wrapper.rb
Instance Method Summary collapse
Instance Method Details
#each(option, &proc) ⇒ Object
3 4 5 |
# File 'lib/eim_xml/formatter/element_wrapper.rb', line 3 def each(option, &proc) contents(option).each(&proc) end |