From: Shadowfirebird Date: 2008-07-26T01:17:38+09:00 Subject: Re: Interesting Array Initialization Typo For less trivial cases I tend to: a = [] a << [1,2] a << [2,3] a << [3,4] Absolutely no chance of misreading that.