}
public static void define(Ruby ruby, RubyModule pg, RubyModule constants) {
RubyClass result = pg.defineClassUnder("Result", ruby.getObject(), ObjectAllocator.NOT_ALLOCATABLE_ALLOCATOR);
result.includeModule(ruby.getEnumerable());
result.includeModule(constants);
pg.defineClassUnder("LargeObjectFd", ruby.getObject(), ObjectAllocator.NOT_ALLOCATABLE_ALLOCATOR);
result.defineAnnotatedMethods(Result.class);