On Tuesday 19 October 2004 09:39 pm, Yukihiro Matsumoto wrote: | Sorry for being late. No rush. Way too much to do all 'round it seems. But thank you for getting back to me. | What is your concern. klass being false instead of nil? Is it a | problem for you? I could easily change it to nil, but have not really | been motivated. I don't understand why it doesn't return the class of the outer scope --and it's binding too. In this case it would be TOPLEVEL_BINDING and class Object, I believe. | Also, the "end" line does not have any AST node, so that the tracer | passes line numbers for corresponding start line (i.e. "class" for | this case). Hmm. Well, guess there's no fix for that. Thanks, T.