class Exlibris::Aleph::Table::Reader::Matcher::PatronStatuses

Constants

REGEXP

Public Class Methods

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