Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
enabled?()
public
Returns true if JIT is enabled
static VALUE
mjit_enabled_p(void)
{
return mjit_enabled ? Qtrue : Qfalse;
}