Daily Archives: May 16, 2010

Class Instance Variables

Ruby has a unique concept, namely Class Instance Variables that is not common in other programming languages. Ruby has instance variables, class variables and class instance variables. Lets take a quick look at what I am talking about. Example 1 … Continue reading

Leave a Comment

Filed under Ruby, Ruby on Rails