Method: ModsDisplay::Imprint#other_pub_info

Defined in:
lib/mods_display/fields/imprint.rb

#other_pub_info(element) ⇒ Object



56
57
58
59
60
# File 'lib/mods_display/fields/imprint.rb', line 56

def other_pub_info(element)
  element.children.select do |child|
    pub_info_parts.include?(child.name.to_sym)
  end
end