module NicoQuery::Core::HashMapper

Public Class Methods

map_to_hash(xml) click to toggle source
# File lib/nicoquery/core/hash_mapper.rb, line 7
def map_to_hash(xml)
  (Nori.new).parse xml
end

Private Instance Methods

map_to_hash(xml) click to toggle source
# File lib/nicoquery/core/hash_mapper.rb, line 7
def map_to_hash(xml)
  (Nori.new).parse xml
end