From: Gene Tani Date: 2005-10-18T20:56:57+09:00 Subject: Re: Class/Method Filename You could use SCRIPT_LINES__={}; $SAFE=0 to capture all subsequent 'requires' and 'loads', but that doesn't tell you where core and std. lib methods come from, or work for C module (i think) http://redhanded.hobix.com/inspect/whoaScript_lines__.html Lyndon Samson wrote: > well, you could redefine Kernel require, and keep track of the global class > namespace before and after each call.