This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
| class Achievement | |
| WEIGHT = 100 | |
| class << self | |
| attr_accessor :all | |
| end | |
| self.all = [] | |
| attr_accessor :badge |
This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer