From: Yukihiro Matsumoto Date: 2007-09-07T00:35:39+09:00 Subject: Re: before, after and around Ruby 1.9 Hi, In message "Re: before, after and around Ruby 1.9" on Thu, 6 Sep 2007 13:12:53 +0900, Morton Goldberg writes: |Perhaps to avoid overloading 'super', you might use 'previous' or |'existing' since we would be calling a previously existing version of |the method. Interesting idea, especially knowing Common Lisp Object System uses call-next-method instead of super. matz.