Sha256: fd71f84f8175a277993eb9ed7a61549baa827c3525d787357e15074610778fcd
Contents?: true
Size: 546 Bytes
Versions: 28
Compression:
Stored size: 546 Bytes
Contents
module Relaton module Render module BIPM 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
28 entries across 28 versions & 1 rubygems