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