Sha256: db85a820681398889ee137bd83cbc3ad5679b5f52623dfbfe741bce5a1abd641
Contents?: true
Size: 363 Bytes
Versions: 40
Compression:
Stored size: 363 Bytes
Contents
# frozen_string_literal: true module Cocina module Models module Mapping module Normalizers # Shared methods available to normalizer class instances module Base def regenerate_ng_xml(xml) @ng_xml = Nokogiri::XML(xml) { |config| config.default_xml.noblanks } end end end end end end
Version data entries
40 entries across 40 versions & 1 rubygems