Sha256: c0652f4b86febfc28c367b4fb2bc358365af08529f0231b101e6a04cb202bda9

Contents?: true

Size: 159 Bytes

Versions: 13

Compression:

Stored size: 159 Bytes

Contents

module Grape
  if Object.const_defined? :MultiXml
    Xml = ::MultiXml
  else
    Xml = ::ActiveSupport::XmlMini
    Xml::ParseError = StandardError
  end
end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
grape-extra_validators-2.0.0 vendor/bundle/ruby/2.6.0/gems/grape-1.2.5/lib/grape/util/xml.rb
grape-extra_validators-1.0.0 vendor/bundle/ruby/2.4.0/gems/grape-1.2.5/lib/grape/util/xml.rb
grape-1.2.5 lib/grape/util/xml.rb
grape-1.2.4 lib/grape/util/xml.rb
grape-1.2.3 lib/grape/util/xml.rb
grape-1.2.2 lib/grape/util/xml.rb
grape-1.2.1 lib/grape/util/xml.rb
grape-1.2.0 lib/grape/util/xml.rb
grape-1.1.0 lib/grape/util/xml.rb
grape-1.0.3 lib/grape/util/xml.rb
grape-1.0.2 lib/grape/util/xml.rb
grape-1.0.1 lib/grape/util/xml.rb
grape-1.0.0 lib/grape/util/xml.rb