Sha256: b2a4dd66e711696cdae1fc5ff97c61a62205f75274bf445e68a6fbe2df52053e
Contents?: true
Size: 545 Bytes
Versions: 39
Compression:
Stored size: 545 Bytes
Contents
module Relaton module Render module Iec 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
39 entries across 39 versions & 1 rubygems