From: Sebastian Hungerecker Date: 2007-10-20T01:08:47+09:00 Subject: Re: Is it always the norm to skip 'return'? Tito Ciuro wrote: > What I meant is that without the return, to me it looks like a one-way > method. If I see a 'return', I know there is something being returned. As I said in my other message: every method returns something in ruby (though not necessarily something useful). There are no void methods in ruby (I assume, that's what you mean by one-way). -- Jabber: sepp2k@jabber.org ICQ: 205544826