https://github.com/iacobson/blog_ruby_class_variables
a short example demonstrating the class variables vs class instance variables
https://github.com/iacobson/blog_ruby_class_variables
Last synced: about 2 months ago
JSON representation
a short example demonstrating the class variables vs class instance variables
- Host: GitHub
- URL: https://github.com/iacobson/blog_ruby_class_variables
- Owner: iacobson
- Created: 2016-01-30T19:54:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-31T23:13:32.000Z (over 9 years ago)
- Last Synced: 2025-03-29T02:36:54.478Z (2 months ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ruby_class_variables
a short example demonstrating the ruby class variables vs class instance variables
____________________________
This example is used for the blog article: http://iacobson.net/beware-of-ruby-class-variables/Branches are used to exemplify the differences: