Class Roodi::Checks::CoreMethodOverrideCheck
In: lib/roodi/checks/core_method_override_check.rb
Parent: Check

Checks a class to make sure it doesn‘t override core methods on Object.

An example is when the ‘class’ method of a class is overriden. This causes code that tests the class of an object to fail.

Methods

Public Instance methods

[Validate]