On Fri, May 27, 2005 at 10:59:25PM +0200, Ingo Blechschmidt wrote:
: Hi,
:
: what is the default invocant of methods?
:
: method blarb ($normal_param) {...}
: # Same as
: method blarb (Class | ::?CLASS $invocant: $normal_param) {...}
: # or
: method blarb (::?CLASS $invocant: $normal_pa
On Fri, May 27, 2005 at 22:59:25 +0200, Ingo Blechschmidt wrote:
> Hi,
>
> what is the default invocant of methods?
>
> method blarb ($normal_param) {...}
> # Same as
> method blarb (Class | ::?CLASS $invocant: $normal_param) {...}
> # or
> method blarb (::?CLASS $invocant: $normal_para