class Exlibris::Aleph::Table::Reader::Matcher::SubLibraries

Constants

REGEXP

Public Class Methods

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