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