From: MonkeeSage Date: 2007-11-28T05:45:01+09:00 Subject: Re: Strange code or Zerotons instead of Singletons I'm still thinking that class Whatever with a anonymous mixin (in the form of a block) is the closest... def zeroton(klass, &block) klass.module_eval(&block) if block_given?; klass end Regards, Jordan