Hi,

At Tue, 22 Apr 2003 01:08:52 +0900,
ahoward wrote:
> any ideas how to refer to the top level 'self' in a ruby program, that is to
> say the self where self.to_s() == "main"

eval "self", TOPLEVEL_BINDING

-- 
Nobu Nakada