Class: Exlibris::Aleph::Table::Reader::Matcher::Collections

Inherits:
Base
  • Object
show all
Defined in:
lib/exlibris/aleph/table/reader/matcher/collections.rb

Constant Summary collapse

REGEXP =
/^(.{5})\s(.{5})\s(L)\s(.+)/

Instance Attribute Summary

Attributes inherited from Base

#regexp, #string

Instance Method Summary collapse

Methods inherited from Base

#match_data, #matched_data, #matches?

Constructor Details

#initialize(string) ⇒ Collections

Returns a new instance of Collections.



9
10
11
# File 'lib/exlibris/aleph/table/reader/matcher/collections.rb', line 9

def initialize(string)
  super(REGEXP, string)
end