Class: MotionBlender::Analyzer::Evaluator::Extractor

Inherits:
Object
  • Object
show all
Defined in:
lib/motion_blender/analyzer/evaluator.rb

Instance Method Summary collapse

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