Method: Inch::Evaluation::Role#potential_score
- Defined in:
- lib/inch/evaluation/role.rb
#potential_score ⇒ Float
Note:
Override this method to assign a potential score for the role
Returns a potential score that would be added to the overall score if the object had implemented the Role’s subject.
68 69 70 |
# File 'lib/inch/evaluation/role.rb', line 68 def potential_score nil end |