Class: TextExtractor::Skip

Inherits:
Record
  • Object
show all
Defined in:
lib/text_extractor/skip.rb

Instance Attribute Summary

Attributes inherited from Record

#factory, #regexp, #values

Instance Method Summary collapse

Methods inherited from Record

#build_extraction, #build_regexp, #expand_regexp, #extract_fills, #extract_values, #ignore_regexp, #initialize, #initialize_inline_values, #match, #options, #regexp_line_ignorer, #regexp_line_stripper, #source, #strip_regexp

Constructor Details

This class inherits a constructor from TextExtractor::Record

Instance Method Details

#extractionObject



5
6
7
# File 'lib/text_extractor/skip.rb', line 5

def extraction(*)
  []
end