Matthew Moss wrote:
> deck = deck[x..-1] + deck[0...x] # notice differing amounts of dots
I find myself constantly pointing this out too.. is anyone else bothered
by it? Has Matz weighed in on this in the past?
It seems error-prone to me. Extraordinarily more error-prone than other
"stuff" in Ruby.
--Steve