From: Wang Dong Date: 2007-01-17T10:35:07+09:00 Subject: Re: where to find info on ||= operator ? "a ||= b" means "a = b if a != nil" "Josselin" ??????:45accc4d$0$25937$ba4acef3@news.orange.fr... >I am using > > http://www.ruby-doc.org/docs/ProgrammingRuby/ > > a sa reference manual, but could not find info on that operator (how to > use it..) > > tfyl > > joss >