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
#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
63 64 65 |
# File 'lib/inch/evaluation/role/namespace.rb', line 63 def priority -7 end |