From: Yukihiro Matsumoto Date: 2005-10-06T18:30:33+09:00 Subject: Re: foo= ... the only exception to the implicit-self rule ? Hi, In message "Re: foo= ... the only exception to the implicit-self rule ?" on Thu, 6 Oct 2005 14:36:48 +0900, "itsme213" writes: |Have you decided whether 2.0 will require all local vars to be distinguished |via some syntax (e.g. |...|), or will 2.0 continue the current special-case |handling for self.foo= ? I have never planned for any kind of explicit local variable declaration. So the latter would be an answer. matz.