Method: Inch::Evaluation::Role#max_score
- Defined in:
- lib/inch/evaluation/role.rb
#max_score ⇒ Float
Note:
Override this method to that a max_score for the evaluation.
Returns a maximal score for the object. The final score can not be higher than this.
43 44 |
# File 'lib/inch/evaluation/role.rb', line 43 def max_score end |