Class: EimXML::Formatter::ElementWrapper

Inherits:
Object
  • Object
show all
Defined in:
lib/eim_xml/formatter/element_wrapper.rb

Instance Method Summary collapse

Instance Method Details

#each(option) ⇒ Object



4
5
6
# File 'lib/eim_xml/formatter/element_wrapper.rb', line 4

def each(option, &)
  contents(**option).each(&)
end