From: Adam Anderson Date: 2007-11-07T17:58:03+09:00 Subject: Re: instance_eval to evaluate methods inside a block in cont So I guess I understand now why this can't be done, but I want to do something like this. Basically I wish that I could call a block and every method inside that block would be called against the instance of the class in which the block is being evaluated and if it gets a NameError or method_missing or whatever then it moves outside the scope of that block. From what I am reading it would seem that this is just not a possibility, however. Thanks for your help! -- Posted via http://www.ruby-forum.com/.