From: matz@... (Yukihiro Matsumoto) Date: 2003-02-07T18:00:35+09:00 Subject: Re: Private lvalue methods unusable? Hi, In message "Re: Private lvalue methods unusable?" on 03/02/07, nobu.nokada@softhome.net writes: |> "private" does mean "can only be called without explicit receiver". |> This is the reason. | |It it a bad idea to relax the restriction, "can only be called |without explicit receiver or with `self' receiver"? Hmm, interesting. Let me consider this issue. matz.