From: Sebastian Hungerecker Date: 2007-05-12T18:37:27+09:00 Subject: Re: Shift Operators - I don't get it? What's the application?!? Human Dunnil wrote: > I was looking at one of the Ruby Quiz solutions (Countdown) in Ruby > Quiz book, it uses << operator, which I don't understand! If you're looking at the same code as I am, the << isn't used as the shift operator. It's used to add items to an array. << only acts as shift operator on numbers. -- Ist so, weil ist so Bleibt so, weil war so