From: Shugo Maeda Date: 2002-02-04T17:17:37+09:00 Subject: eval_wrap Hi, At Fri, 01 Feb 2002 13:31:55 GMT, Eugene Scripnik wrote: > nnsn> This helps you? > nnsn> Module.new.module_eval(code) > I had the same idea but there was something wrong with it, I don't > remember what exactly. Now it works for me pretty good. Anyway, thank > you for support. > > It seems to me, that this code must replace the current one in > eruby-run. eruby-run uses load(file, true) because module_eval does not set ruby_wrapper. I requested matz to provide a method such as eval_wrap, but I couldn't find an appropriate method name, so the request was rejected:-( Please find a good name, anyone! Shugo