Class: Inch::Language::Elixir::Evaluation::Role::Module::WithoutMethods

Inherits:
Base show all
Defined in:
lib/inch/language/elixir/roles/module.rb

Overview

Role assigned to modules without any methods

Instance Attribute Summary

Attributes inherited from Evaluation::Role

#object

Instance Method Summary collapse

Methods inherited from Base

#object_type

Methods inherited from Evaluation::Role

applicable?, applicable_if, applicable_unless, #initialize, #max_score, #min_score, #object_type, #potential_score, priority, #score, #suggestion

Constructor Details

This class inherits a constructor from Inch::Evaluation::Role

Instance Method Details

#priorityObject



46
47
48
# File 'lib/inch/language/elixir/roles/module.rb', line 46

def priority
  -2
end