[#419] Re: Contrast Ruby and Other Languages — Clemens Hintze <clemens.hintze@...>
Hi,
11 messages
1999/11/01
[#925] Re: Anybody knows of an English translation for... — Yasushi Shoji <yashi@...>
I don't have the originally posted mail so its thread is broken but..
4 messages
1999/11/24
[#927] Python complaints — matz@... (Yukihiro Matsumoto)
Hi,
11 messages
1999/11/25
[#930] Re: Python complaints
— gotoken@... (GOTO Kentaro)
1999/11/25
Hi,
[#931] Re: Python complaints
— Clemens Hintze <c.hintze@...>
1999/11/25
GOTO Kentaro writes:
[#937] Re: Python complaints
— William Park <parkw@...>
1999/11/25
On Thu, Nov 25, 1999 at 08:53:08AM +0100, Clemens Hintze wrote:
[ruby-talk:00914] Re: Determining the called class in tracing
From:
matz@... (Yukihiro Matsumoto)
Date:
1999-11-09 05:44:03 UTC
List:
ruby-talk #422
Hi,
In message "[ruby-talk:00913] Determining the called class in tracing"
on 99/11/08, Dave Thomas <Dave@thomases.com> writes:
|Is there any way to determine the identity of the class containing the
|invoked method on a 'call' or 'c-call' trace event?
`call' and `c-call' do not contain class information, but `return' and
`c-return' event do.
Should we add information to the `call' and `c-call'?
matz.