Class: Inch::Evaluation::Role::MethodParameter::WithoutMention
- Inherits:
-
Inch::Evaluation::Role::Missing
- Object
- Base
- Inch::Evaluation::Role::Missing
- Inch::Evaluation::Role::MethodParameter::WithoutMention
- Defined in:
- lib/inch/evaluation/role/method_parameter.rb
Overview
Role assigned to parameters that are not mentioned in the docs
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Inch::Evaluation::Role::Missing
Methods inherited from Base
applicable?, applicable_if, applicable_unless, #initialize, #max_score, #min_score, #object_type, #potential_score, #priority, #score
Constructor Details
This class inherits a constructor from Inch::Evaluation::Role::Base
Instance Method Details
#suggestion ⇒ Object
21 22 23 |
# File 'lib/inch/evaluation/role/method_parameter.rb', line 21 def suggestion "Describe the parameter '#{object.name}'" end |