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.