From: sayoyo@... Date: 2005-12-24T05:22:52+09:00 Subject: How can I create a ruby class in runtime 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