From: Ryan Davis Date: 2007-08-03T09:49:38+09:00 Subject: Re: ParseTree 2.0.0 Released On Aug 2, 2007, at 04:29 , Tom Link wrote: > May I kindly ask if you could give an example for how to use > parse_tree_for_method? Is there an example available for how to > parse a > method, modify the sexpr and feed the result back to the ruby > interpreter, thereby replacing the original method with the patched > version? ParseTree is one way. You have to use ruby2ruby + eval to feed the results back in.