i write something in ruby thinking that it will work as it did in php but no!
i realized that you need to clone objects using .clone
merely associating to a variable doesn't work !
in php this worked fine!
it took 2 days until i discovered this error!
what tutorials can i read to get firm grasp on ruby ?!