From: wys@... (Clemens Wyss) Date: 2001-03-06T00:10:05+09:00 Subject: [ruby-talk:12024] Re: ANN: Memoize 0.1.2 Robert Feldt wrote in : >Hi, > >This is to announce Memoize: "for speeding up methods/functions by >caching their results; on subsequent calls the cached result is returned >instead of being recalculated". > "caching"...a typical AOP aspect. Is there already a "general" AOP implementation for Ruby such as AspectJ? Regards Clemens