From: gparsons Date: 2006-03-17T22:48:47+09:00 Subject: Re: Card tricks with Ruby > deck = deck[x..-1] + deck[0...x] # notice differing amounts of dots I'd never seen this before so i decided to give it a try. Without the three dots on the righthand side it would be inclusive right? As in you'd get the xth element twice. - Geoff