# File lib/marc/record.rb, line 163 def self.new_from_marc(raw, params={}) return MARC::Reader.decode(raw, params) end