Sha256: 6073f2a814801ea5de5bbeed81021ea9f3d396ff79561f253894ffc0bbf4a1a7

Contents?: true

Size: 335 Bytes

Versions: 2

Compression:

Stored size: 335 Bytes

Contents

module BerkeleyLibrary
  module Marc
    # Experimental module for parsing MARC documentation in the format used by the
    # Library of Congress [field list](https://www.loc.gov/marc/bibliographic/ecbdlist.html).
    module FieldInfo; end
  end
end

Dir.glob(File.expand_path('field_info/*.rb', __dir__)).sort.each(&method(:require))

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
berkeley_library-marc-0.3.1 lib/berkeley_library/marc/field_info.rb
berkeley_library-marc-0.3.0 lib/berkeley_library/marc/field_info.rb