From: itsme213 Date: 2004-12-04T01:42:40+09:00 Subject: Re: any way to manipulate variables and bindings? "Florian Gross" wrote > You need the binding of the caller. Then you can just do eval("#{symbol} > = value", context) where context is the binding. > ... > ... > ... > It would also be interesting to know what you are using this for. I'm exploring some domain-specific language capabilities in Ruby. One of the things I want to do appears doable by generating local variables and/or methods in the context of the caller.