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