From: Erik Boling Date: 2007-10-02T11:48:42+09:00 Subject: Re: Fwd: instance variable/ I'm lost > Instance variables start with @ > so you want : > @correct or @number_correct > > to increment it by one: > @correct += 1 ok... do you think you could put it in the code, because i dont now how to do stuff like initialize the instance variable *if you even have to, i think you do w/ classes right? :(?* -- Posted via http://www.ruby-forum.com/.