From: Dave Thomas Date: 2001-08-23T12:27:21+09:00 Subject: [ruby-talk:20148] Re: Another Possible RCR - Wrappers via Mixins Avi Bryant writes: > On Thu, 23 Aug 2001, Albert Wagner wrote: > > > Cool! I could use that. > > Very cool indeed. I hope we also have > > def fred :around > puts "1" > super > puts "2" > end Except... let's not call it 'super' as that's kind of misleading. How about 'inner', or 'chain'?