Sha256: 1b61a20b2b8bfef430843fe13a0f84199ca982422ed4466b111c0dab697c8fa7
Contents?: true
Size: 455 Bytes
Versions: 3
Compression:
Stored size: 455 Bytes
Contents
module Exlibris module Aleph module Table module Reader module Matcher class ItemCirculationPolicies < Base REGEXP = /^(.{5})\s([0-9#]{2})\s([A-Z#]{2})\s(L)\s(.{30})\s([YN])\s([YN])\s([YNCT])\s([YN])\s([YN])\s([YN])\s([YN])\s([YN])\s([YN])\s([0-9]{2})\s([YNC])\s([AOC])/ def initialize(string) super(REGEXP, string) end end end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems