Sha256: be9a722d722267f8442b582cfc8093ae359bc579b871da708b92a77be8b93c4f
Contents?: true
Size: 311 Bytes
Versions: 2
Compression:
Stored size: 311 Bytes
Contents
# encoding: utf-8 module Laximo module Respond class FindReplacements < Laximo::Respond::Base def parsing_result(str) nodes_to_hash( str.xpath('//FindReplacements/row'), recursive: false ) end end # FindReplacements end # Respond end # Laximo
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
laximo-0.8.1 | lib/laximo/respond/am/find_replacements.rb |
laximo-0.8 | lib/laximo/respond/am/find_replacements.rb |