From: Florian Frank Date: 2005-12-24T05:30:47+09:00 Subject: Re: How can I create a ruby class in runtime sayoyo@yahoo.com wrote: >in runtime, we want to create a class "child" inherited from "parent", >it is possible? > > klass = Class.new Parent -- Florian Frank