On Sunday 05 January 2003 02:39 am, nobu.nokada / softhome.net wrote: > Hi, > > At Sun, 5 Jan 2003 18:05:41 +0900, > > Tom Sawyer wrote: > > a = AnyOld.new > > puts goneup > > > > reports goneup dosen't exist. where did it go? mind you i'm running this > > from with in an rhtml eruby script. > > puts eval("goneup") that's odd. can get to it through eval but not otherwise? ugh, so is there no way to dynamically define a toplevel local variable? that's basically what i'm trying to do. -transami