package org.jruby.gen;
import org.jruby.Ruby;
import org.jruby.RubyModule;
import org.jruby.RubyClass;
import org.jruby.anno.TypePopulator;
import org.jruby.internal.runtime.methods.JavaMethod;
import org.jruby.internal.runtime.methods.DynamicMethod;
import org.jruby.runtime.Arity;
import org.jruby.runtime.Visibility;
import org.jruby.runtime.MethodIndex;
import java.util.Arrays;
import java.util.List;
import javax.annotation.Generated;
@Generated("org.jruby.anno.AnnotationBinder")
@SuppressWarnings("deprecation")
public class org$jruby$ext$jruby$JRubyLibrary$JRubyConfig$POPULATOR extends TypePopulator {
public void populate(RubyModule cls, Class clazz) {
JavaMethod javaMethod;
DynamicMethod moduleMethod, aliasedMethod;
Ruby runtime = cls.getRuntime();
javaMethod = new org.jruby.ext.jruby.JRubyLibrary$JRubyConfig$INVOKER$s$0$0$rubygems_disabled_p(cls, Visibility.PUBLIC, "rubygems_disabled?");
populateMethod(javaMethod, 0, "rubygems_disabled_p", true, false, org.jruby.ext.jruby.JRubyLibrary.JRubyConfig.class, "rubygems_disabled_p", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "rubygems_disabled?", javaMethod);
javaMethod = new org.jruby.ext.jruby.JRubyLibrary$JRubyConfig$INVOKER$s$0$0$did_you_mean_disabled_p(cls, Visibility.PUBLIC, "did_you_mean_disabled?");
populateMethod(javaMethod, 0, "did_you_mean_disabled_p", true, false, org.jruby.ext.jruby.JRubyLibrary.JRubyConfig.class, "did_you_mean_disabled_p", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "did_you_mean_disabled?", javaMethod);
runtime.addBoundMethods("org.jruby.ext.jruby.JRubyLibrary.JRubyConfig", "rubygems_disabled_p", "rubygems_disabled?", "did_you_mean_disabled_p", "did_you_mean_disabled?");
}
static {
}
}