Sha256: 366cb8e584eca7101cef2077e1351f1a05e70555a21be7070ef6221e8695db53

Contents?: true

Size: 109 Bytes

Versions: 4

Compression:

Stored size: 109 Bytes

Contents

module Aitch
  module XMLParser
    def self.load(source)
      Nokogiri::XML(source.to_s)
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
aitch-0.1.3 lib/aitch/xml_parser.rb
aitch-0.1.2 lib/aitch/xml_parser.rb
aitch-0.1.1 lib/aitch/xml_parser.rb
aitch-0.1.0 lib/aitch/xml_parser.rb