Hi,

In message "Re: send! doesn't protected methods / Delegator"
    on Fri, 28 Sep 2007 07:08:40 +0900, murphy <murphy / rubychan.de> writes:

|I wonder why the new send! (and __send!) call private methods, but not
|protected methods:

|Is this intended? I always thought that the ability to call private
|methods implies the ability to call protected methods.

No, I will fix.

|Also: Is it intended that Delegators don't delegate protected and
|private methods?

Yes.  Delegators emulates external behavior of objects.

							matz.