Hi,

At Wed, 11 Oct 2000 15:27:10 +0900,
matz / zetabits.com (Yukihiro Matsumoto) wrote:
> |> Yes.  But setter should always be public.  I'll fix this.
> |
> |Do you mean that I'll be able to call private setters like this?
> |
> |bar = 1
> 
> No.  I meant top-level setter like
> 
>   def foo=(v)
>     ...
>   end
>   self.foo=5
> 
> would not raise an error.  Making

Is this Object#foo= public method?

Shugo