From: "Kroeger, Simon (ext)" Date: 2006-03-15T00:22:20+09:00 Subject: Re: abstract method in Ruby > [...cool testcases...] > -- END UNIT TESTS ------------------------------------------------- > > And here is the implementation that came of that exercise: > > -- BEGIN ABSTRACT METHOD IMPLEMENTATION --------------------------- > > class Module > def abstract_method(*method_names) > end > end > > -- END ABSTRACT METHOD IMPLEMENTATION ----------------------------- > > -- > -- Jim Weirich *g* that's a realy good one! cheers Simon