Class: MotionBlender::Analyzer::Evaluator::Extractor
- Inherits:
-
Object
- Object
- MotionBlender::Analyzer::Evaluator::Extractor
- Defined in:
- lib/motion_blender/analyzer/evaluator.rb
Instance Method Summary collapse
- #__ORIGINAL__ ⇒ Object
-
#initialize(file) ⇒ Extractor
constructor
A new instance of Extractor.
Constructor Details
#initialize(file) ⇒ Extractor
Returns a new instance of Extractor.
44 45 46 |
# File 'lib/motion_blender/analyzer/evaluator.rb', line 44 def initialize file @_file = file end |
Instance Method Details
#__ORIGINAL__ ⇒ Object
58 59 60 |
# File 'lib/motion_blender/analyzer/evaluator.rb', line 58 def __ORIGINAL__ OriginalFinder.new(@_file).find end |