Sha256: 7e5b1a96e7047f1bbe879a0d9982545c87d72747897ca8486287c5d7c421dec7
Contents?: true
Size: 196 Bytes
Versions: 1
Compression:
Stored size: 196 Bytes
Contents
require "ox" require "transformator/processor" class Transformator::OxXmlParser < Transformator::Processor def call!(state) state.result.map! do |xml| Ox.parse(xml) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
transformator-1.0.0.pre1 | lib/transformator/ox_xml_parser.rb |