From: Drew Olson Date: 2008-01-24T06:25:38+09:00 Subject: Re: Help with eval Keith Carter wrote: > Am I missing something with eval? Why does this code not work? Maybe it's a scoping issue with where you're running your code...works fine for me in irb: >> eval("foo = 1") => 1 >> foo => 1 -- Posted via http://www.ruby-forum.com/.