From: Paul Carey Date: 2009-10-21T00:53:45+09:00 Subject: Re: instance_eval with method proc >> I'm trying to invoke a method defined in one class with self set to an >> instance of a different class. > > You'd probably be best ... or adding those methods to the singleton > class of the individual object you're interested in. Thanks Brian, I went with adding the methods to the singleton class. Paul