Class: TextExtractor::Skip
Instance Attribute Summary
Attributes inherited from Record
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
#extraction ⇒ Object
5 6 7 |
# File 'lib/text_extractor/skip.rb', line 5 def extraction(*) [] end |