Subject: [ruby-talk:8174] Multiple Inheritance
From: "Gregg T. Geiger" <gt.geiger worldnet.att.net>
Date: Thu, 28 Dec 2000 22:40:02 +0900
Just looking to do something like
class Child < (Father, Mother)
end
with Father and Mother having been previously defined. Obviously the syntax
is wrong, but is MI possible w/ Ruby?
Thanks.