From: Leon Bogaert Date: 2008-05-30T16:43:57+09:00 Subject: Re: Quickie: Monkey patching Array Hee Siep, Well, actually I tried to change the [] method with which you create arrays. This one: ['one', 'two', 'three'] I tried looking if it exists in the ruby kernel: http://www.ruby-doc.org/core/classes/Kernel.html But I couldn't find it. Leon -- Posted via http://www.ruby-forum.com/.