From: Ryan Leavengood Date: 2006-04-21T03:59:17+09:00 Subject: Re: [SUMMARY] Refactoring (#75) On 4/20/06, Logan Capaldo wrote: > > I guess what I'm saying is I'd rather have explicitly defined > generated methods than one method that alters it's behavior based on > its name. Of course these methods would not prevent you from sorting > by anythiong else or even still having the method_missing in there, I > just think it looks cleaner, in this case. That's what I get for trying to make up an example ;) Keep in mind this was just an example and may not be the best example. Maybe the ActiveRecord find methods which use method_missing are a better example. Of course I'm sure they could be implemented some other way as well. Ryan