Class: Inch::Evaluation::Role::Object::Tagged

Inherits:
Base
  • Object
show all
Defined in:
lib/inch/evaluation/role/object.rb

Overview

Tagged means tagged in an unconsidred way, i.e. YARD tags not considered by Inch. Since these tags are parsed from the docstring the object seems undocumented to Inch.

Instance Attribute Summary

Attributes inherited from Base

#object

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

#priorityObject



17
18
19
# File 'lib/inch/evaluation/role/object.rb', line 17

def priority
  -1
end