From: Yukihiro Matsumoto Date: 2005-10-27T13:34:14+09:00 Subject: Re: nested def's Hi, In message "Re: nested def's" on Thu, 27 Oct 2005 06:02:10 +0900, Daniel Sch�le writes: |and it seems to be ok, no warning no error at least |I remember reading (but dont ask me the article) |that nested functions are not allowed in ruby |is this something that has been changed or was this always |possible? It's changed, but don't use. Its behavior may change again in the future. matz.