What is the difference between a class variable and a class instance variable?

Technology Community › Category: Ruby › What is the difference between a class variable and a class instance variable?
VietMX Staff asked 5 years ago

Class instance variables are instance variables of a class. Class instance variables cannot be used within instance methods.