From: Daniel DeLorme Date: 2007-05-31T00:58:54+09:00 Subject: Re: Finding files associated with objects in Ruby Daniel Lucraft wrote: > This might not be fully general, but works in the basic case. If > SCRIPT_LINES__ is defined as a hash when a file is loaded, the lines of > the file are stored as an array under the key of the filename. > > SCRIPT_LINES__ = {} This is the most obscure and arcane bit of ruby knowledge I have learned in a loooong time. Bravo Daniel