Module: NicoAPI::HashMapper

Defined in:
lib/nicoapi/hash_mapper.rb

Class Method Summary collapse

Class Method Details

.map_to_hash(xml) ⇒ Object



6
7
8
# File 'lib/nicoapi/hash_mapper.rb', line 6

def map_to_hash(xml)
  (Nori.new).parse xml
end