From: Trans Date: 2007-07-19T11:51:27+09:00 Subject: Re: Are we cool? method_missing in enumerator On Jul 18, 1:48 pm, "Robert Dober" wrote: > 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) Hmm... that's very good point! T.