From: Codeblogger Date: 2008-08-28T18:36:06+09:00 Subject: Re: dont def need return ------=_Part_41406_1421409.1219916447725 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, Ruby implicitly returns the last value of a code block unless you explicitly use return. In the last case it works as expected in all other languages. Kind regards Nicolai ------=_Part_41406_1421409.1219916447725--