module Metacrunch
Public Class Methods
Marcxml(xml, collection_mode: false)
click to toggle source
Convenience method for Metacrunch::Marcxml.parse
@see Metacrunch::Marcxml#parse
# File lib/metacrunch/marcxml.rb, line 16 def Marcxml(xml, collection_mode: false) Metacrunch::Marcxml.parse(xml, collection_mode: collection_mode) end