Sha256: db54b70f64296b96e4029fc8ca68bfff91b7f779a3551e45f952b1285801c6ac

Contents?: true

Size: 123 Bytes

Versions: 8

Compression:

Stored size: 123 Bytes

Contents

module Aitch
  module XMLParser
    def self.load(source)
      Nokogiri::XML(source.to_s, nil, "utf-8")
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
aitch-0.5.0 lib/aitch/xml_parser.rb
aitch-0.4.1 lib/aitch/xml_parser.rb
aitch-0.4.0 lib/aitch/xml_parser.rb
aitch-0.3.0 lib/aitch/xml_parser.rb
aitch-0.2.1 lib/aitch/xml_parser.rb
aitch-0.2.0 lib/aitch/xml_parser.rb
aitch-0.1.5 lib/aitch/xml_parser.rb
aitch-0.1.4 lib/aitch/xml_parser.rb