>>>>> "R" == Robert Klemme <bob.news / gmx.net> writes: R> class Foo R> def bar R> puts "bar" R> end def bar:pre puts "pre" end R> def bar:wrap R> puts "pre" R> # invocation of bar here, no super class method involved, R> # hence "super" is inappropriate IMHO and bar:pre is not called Guy Decoux