Class: Inch::Evaluation::Role::Object::TaggedAsNodoc
- Defined in:
- lib/inch/evaluation/role/object.rb
Overview
Role assigned to objects explicitly or implicitly tagged not to be documented.
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
applicable?, applicable_if, applicable_unless, #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
50 51 52 |
# File 'lib/inch/evaluation/role/object.rb', line 50 def priority -7 end |