Module: VantivLite::XML::Parser
- Included in:
- Nokogiri::Parser, Ox::Parser, REXML::Parser
- Defined in:
- lib/vantiv_lite/xml/parser.rb
Instance Method Summary collapse
Instance Method Details
#call(xml) ⇒ Object
6 7 8 |
# File 'lib/vantiv_lite/xml/parser.rb', line 6 def call(xml) hash_with(root(xml)) end |