Sha256: 30c956838835972d2ff3bf4de0f817edb569bd19662d4531d2644879b844304c

Contents?: true

Size: 179 Bytes

Versions: 6

Compression:

Stored size: 179 Bytes

Contents

# frozen_string_literal: true

module Grape
  if defined?(::MultiXml)
    Xml = ::MultiXml
  else
    Xml = ::ActiveSupport::XmlMini
    Xml::ParseError = StandardError
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
grape-2.3.0 lib/grape/xml.rb
grape-2.2.0 lib/grape/xml.rb
grape-2.1.3 lib/grape/xml.rb
grape-2.1.2 lib/grape/xml.rb
grape-2.1.1 lib/grape/xml.rb
grape-2.1.0 lib/grape/xml.rb