Subject: How can I create a ruby class in runtime
From: sayoyo yahoo.com
Date: Sat, 24 Dec 2005 05:22:52 +0900
Hi,
Does anyone know how to create a ruby class in runtime?
ex:
class Parent
def...
def...
end
in runtime, we want to create a class "child" inherited from "parent",
it is possible?
thanks you very much
sayoyo