public static final TypePopulator DEFAULT = new DefaultTypePopulator();
public static class DefaultTypePopulator extends TypePopulator {
public void populate(RubyModule clsmod, Class clazz) {
// fallback on non-pregenerated logic
MethodFactory methodFactory = MethodFactory.createFactory(clsmod.getRuntime().getJRubyClassLoader());
Ruby runtime = clsmod.getRuntime();
RubyModule.MethodClumper clumper = new RubyModule.MethodClumper();
clumper.clump(clazz);