class Exlibris::Aleph::Table::Reader::Matcher::PatronCirculationPolicies

Constants

REGEXP

Public Class Methods

new(string) click to toggle source
# File lib/exlibris/aleph/table/reader/matcher/patron_circulation_policies.rb, line 9
def initialize(string)
  super(REGEXP, string)
end