From: Carlos Date: 2007-01-16T22:12:42+09:00 Subject: Re: where to find info on ||= operator ? Josselin wrote: > 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 Hi. Combine this: http://www.ruby-doc.org/docs/ProgrammingRuby/html/tut_expressions.html#UG with this: http://www.ruby-doc.org/docs/ProgrammingRuby/html/tut_expressions.html#UE HTH --