Re: RFC 193 (v1) Objects : Core support for method delegation
[email protected] (Damian Conway) Wed, 6 Sep 2000 07:58:31 +1100 (EST)
| Newsgroups | perl.perl6.language.objects |
|---|---|
| Message-ID | <[email protected]> |
> > > This way, I know that an empty arrayref means "all methods" > > > rather than "none." > > > > Kinda redundant since that's the default behaviour, but perhaps > > useful as a documentation mechanism. > > Unless you change the default behavio[u]r to "don't delegate any method > calls to this object!". Err, that *is* the default behaviour. Delegation doesn't occur unless you specify it. Or am I missing your meaning here? Damian