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: 21 days 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 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-31T23:13:32.000Z (over 10 years ago)
- Last Synced: 2026-05-30T08:27:54.221Z (about 2 months ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- 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: