From: Joel VanderWerf Date: 2009-07-24T10:47:40+09:00 Subject: Re: thoughts on rewriting irb? ghorner wrote: > begin puts "=> #{eval(input).inspect}"; rescue Exception; puts Do you want eval(input, b) where b is a Binding that was constructed before the loop? Otherwise, how will this support local vars? -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407