Sha256: 4edd8f639f36d56dbe5135ee71e9643e322d025785fcd67de78e074d04bde394
Contents?: true
Size: 545 Bytes
Versions: 35
Compression:
Stored size: 545 Bytes
Contents
module Relaton module Render module ISO class Parse < ::Relaton::Render::Parse def simple_or_host_xml2hash(doc, host) ret = super ret.merge(home_standard: home_standard(doc, ret[:publisher_raw])) end def home_standard(_doc, pubs) pubs&.any? do |r| ["International Organization for Standardization", "ISO", "International Electrotechnical Commission", "IEC"] .include?(r[:nonpersonal]) end end end end end end
Version data entries
35 entries across 35 versions & 1 rubygems