Class: Inch::Evaluation::Role::Method::WithQuestioningName
- Defined in:
- lib/inch/evaluation/role/method.rb
Overview
Role assigned to methods whose name end in a ‘?’
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#initialize, #max_score, #min_score, #object_type, #potential_score, #score, #suggestion
Constructor Details
This class inherits a constructor from Inch::Evaluation::Role::Base
Instance Method Details
#priority ⇒ Object
59 60 61 |
# File 'lib/inch/evaluation/role/method.rb', line 59 def priority -4 end |