Project

General

Profile

Feature #6263

Updated by nobu (Nobuyoshi Nakada) almost 12 years ago

=begin 
 Maybe I miss something, but why is there no way to get toplevel object easily. Only way seems  
 to be: 

     main = eval('self', TOPLEVEL_BINDING) 

 Would be nice if there were a simple way, maybe special global `(({$main}))` `$main` would be good choice. 
 =end

Back