[1227] in Coldmud discussion meeting

root meeting help first first in chain previous in chain previous next last

Re: [COLD] Question on pass()

daemon@ATHENA.MIT.EDU (Sat Feb 1 13:16:22 1997 )

Date: Sat, 1 Feb 1997 10:06:20 -0800 (PST)
From: Brian Buchanan <brian@wasteland.calbbs.com>
To: "Jon A. Lambert" <jlsysinc@ix.netcom.com>
cc: coldstuff@cold.org
In-Reply-To: <199702011445.GAA29125@dfw-ix1.ix.netcom.com>



On Sat, 1 Feb 1997, Jon A. Lambert wrote:

> If two or more ancestors have methods named the same as a child method
> which method is called with pass().
> 
> For instance:
> 
> $user.match_environment() contains
> 
> 	match = (< pass(str) >);
> 
> Which ancestor method is called
> 

@trace $user.match_environment
(Look at the code for .trace_cmd() if you're curious as to how to 
determine this from program code.  It involves using find_next_method())

Brian