1
2
3
4
class VotingSystem  
  @@votes = {  "yes, it sucks" =>  0, "no, it doesn't suck" => 0, "other"  => 0}

...

Ruby On Rubyize this : 6th edition

by jswanner, April 17, 2008 13:53

not much different than wha...

D86c9b2640edf72f4f002fd066a7b1f2 Talk
1
2
3
4
class Bug
  attr_accessor :type, :name, :iq, :annoyance_factor

...

Ruby On Rubyize this : 4th edition

by jswanner, October 23, 2007 14:27 Star_fullStar_fullStar_full
D86c9b2640edf72f4f002fd066a7b1f2 Talk