Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

SingletonVariableCheck

simplabs edited this page Aug 13, 2010 · 1 revision

This check reports class variables. Class variables in Ruby have a very complicated inheritance policy that often leads to errors. Usually class variables can be replaced with another construct which will also lead to better design.

Applies to

  • class variables