From: Brian Buckley Date: 2005-11-04T06:28:15+09:00 Subject: Re: memoize and yaml > old_method = instance_method(name) I see the intent. I have not worked at it yet but I dropped your code in as you wrote it and I am getting a NoMethodError: undefined method `instance_method' on the above line. --Brian