From: Kenneth McDonald Date: 2007-08-31T07:58:46+09:00 Subject: Any way to evaluate blocks using an arbitrary Binding? Using Kernel.eval, I can evaluate a Ruby string under an arbitrary variable Binding object. However, while I can obtain from a Proc the Binding it uses when it is evaluated, there does not seem to be any way of evaluating a Proc with a different Binding. Is this possible in some way? Thanks, Ken