From: Robert Dober Date: 2007-07-19T05:48:46+09:00 Subject: Re: Are we cool? method_missing in enumerator On 7/18/07, Trans wrote: > > > On Jul 18, 8:01 am, Sammy Larbi wrote: > > I might test that it can still throw missing method exception if the > > called method isn't supposed to be doing what you're making it do (ie, > > perhaps it was a typo) This being true, where exactly is the difference between enum.map{ |e| e.typo } and enum.map(:typo) Robert -- I always knew that one day Smalltalk would replace Java. I just didn't know it would be called Ruby -- Kent Beck