Class: Inch::Evaluation::Role::Namespace::Core
- Defined in:
- lib/inch/evaluation/role/namespace.rb
Overview
A ‘core’ namespace is a class or module that is part of the Ruby core. It might appear in the object tree when monkey-patching functionality. (the reasoning here is: just because we patch Hash does not mean we need to document the Hash class itself)
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
78 79 80 |
# File 'lib/inch/evaluation/role/namespace.rb', line 78 def priority -7 end |