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