Ruby Class Variables and Inheritance
A humble attempt to present both the class-variable inheritance gotcha in ruby, as well as several ways around the problem depending upon your needs (mutable or non-mutable class attributes).
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
A humble attempt to present both the class-variable inheritance gotcha in ruby, as well as several ways around the problem depending upon your needs (mutable or non-mutable class attributes).
Post a comment