[Rails] Re: Assignment with << ? **solved**

2009-08-11 Thread sami
"<<" is not only for collection class . even it also works for string suppose veriable1 = "abc" veriable1 << "def" then if you print the value of veriable1 you will get "abcdef" On Aug 12, 5:21 am, brianp wrote: > On Aug 11, 2:38 pm, Conrad Taylor wrote: > > > Also, I would recommend gettin

[Rails] Re: Assignment with << ? **solved**

2009-08-11 Thread brianp
On Aug 11, 2:38 pm, Conrad Taylor wrote: > Also, I would recommend getting a copy of the 'Programming Ruby' and/or > 'Programming Ruby 1.9'. > > -Conrad thanks for the help/recommendation. In the passed 2 week I went through Simply Rails 2, now AWDWR, next up is Why's (Poignant) Guide to Ruby, t