Class: Phronomy::Testing::Eval::Scorer::Base
- Inherits:
-
Object
- Object
- Phronomy::Testing::Eval::Scorer::Base
- Defined in:
- lib/phronomy/testing/eval/scorer/base.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#score(actual:, expected:, input: nil) ⇒ Object
8 9 10 |
# File 'lib/phronomy/testing/eval/scorer/base.rb', line 8 def score(actual:, expected:, input: nil) raise NotImplementedError, "#{self.class}#score is not implemented" end |