This post originated from an RSS feed registered with Ruby Buzz
by Eigen Class.
Original Post: Yet another way to wrap methods in Ruby
Feed Title: Eigenclass
Feed URL: http://feeds.feedburner.com/eigenclass
Feed Description: Ruby stuff --- trying to stay away from triviality.
My implementation uses a special class which is made right after the
user creates a new class, and derives from the latter: in that class,
super will correspond to the original method definition. This means
that, in the above example, the klass chain would look like this: