Class: Remi::Extractor::None
- Inherits:
-
Remi::Extractor
- Object
- Remi::Extractor
- Remi::Extractor::None
- Defined in:
- lib/remi/data_subjects/none.rb
Overview
The None extractor doesn't do anything.
Instance Attribute Summary
Attributes inherited from Remi::Extractor
Instance Method Summary collapse
Methods inherited from Remi::Extractor
Constructor Details
This class inherits a constructor from Remi::Extractor
Instance Method Details
#extract ⇒ Object
5 6 7 |
# File 'lib/remi/data_subjects/none.rb', line 5 def extract nil end |