Sha256: a94da973d2f773d6337a5200855fa372137fe8ce2ea8cc7a008be73c498cc238

Contents?: true

Size: 190 Bytes

Versions: 17

Compression:

Stored size: 190 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
grape-2.0.0 lib/grape/util/xml.rb
grape-1.8.0 lib/grape/util/xml.rb
grape-1.7.1 lib/grape/util/xml.rb
grape-1.7.0 lib/grape/util/xml.rb
grape-1.6.2 lib/grape/util/xml.rb
grape-1.6.1 lib/grape/util/xml.rb
grape-1.6.0 lib/grape/util/xml.rb
grape-1.5.3 lib/grape/util/xml.rb
grape-1.5.2 lib/grape/util/xml.rb
grape-1.5.1 lib/grape/util/xml.rb
grape-1.5.0 lib/grape/util/xml.rb
grape-extra_validators-2.0.0 vendor/bundle/ruby/2.6.0/gems/grape-1.4.0/lib/grape/util/xml.rb
grape-1.4.0 lib/grape/util/xml.rb
grape-1.3.3 lib/grape/util/xml.rb
grape-1.3.2 lib/grape/util/xml.rb
grape-1.3.1 lib/grape/util/xml.rb
grape-1.3.0 lib/grape/util/xml.rb