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