Sha256: ba1002a93c6fa94a1b188e52e05f2abdfa42d3576a7a7fea8e83aebbfed7dad5

Contents?: true

Size: 147 Bytes

Versions: 8

Compression:

Stored size: 147 Bytes

Contents

module Swivel2
  module Formats
    module XmlFormat
      extend self

      def decode xml
        Hash.from_xml xml
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
swivel-0.0.149 lib/swivel2/formats.rb
swivel-0.0.150 lib/swivel2/formats.rb
swivel-0.0.152 lib/swivel2/formats.rb
swivel-0.0.160 lib/swivel2/formats.rb
swivel-0.0.157 lib/swivel2/formats.rb
swivel-0.0.155 lib/swivel2/formats.rb
swivel-0.0.156 lib/swivel2/formats.rb
swivel-0.0.175 lib/swivel2/formats.rb