From: Leslie Viljoen Date: 2006-07-24T15:51:23+09:00 Subject: Re: Metaprogramming problems On 7/24/06, Alex Fenton wrote: > You can add methods dynamically to your new class at any time, using > class_eval as above, or other techniques. Another alternative might > be to create subclasses. Holy macaroni that's cool. Thanks Alex!