From: Rolando Abarca Date: 2007-10-19T23:29:13+09:00 Subject: Re: Eval alternative to execute string On Oct 19, 2007, at 11:16 AM, Koos Brandt wrote: > What I actually want to do is: ruby “big piece of text” and that > should > not be part of my current environment if you understand what I mean. If you want nothing to do with the external ruby file, maybe you should do something like this: system("ruby #{the_external_file}") regards, -- Rolando Abarca Phone: +56-9 97851962