On Thu, 23 Aug 2001, Dave Thomas wrote: > Avi Bryant <avi / beta4.com> writes: > > 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'? Fair enough - I was just going from the CLOS call-next-method, which is used for both there.