Method: Exlibris::Aleph::Table::Reader::Matcher::Collections#initialize
- Defined in:
- lib/exlibris/aleph/table/reader/matcher/collections.rb
#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 |