rb_const_get_0   2285 variable.c         return rb_const_get_0(klass, id, TRUE, TRUE, FALSE);
rb_const_get_0   2291 variable.c         return rb_const_get_0(klass, id, FALSE, TRUE, FALSE);
rb_const_get_0   2297 variable.c         return rb_const_get_0(klass, id, TRUE, FALSE, FALSE);
rb_const_get_0   2303 variable.c         return rb_const_get_0(klass, id, TRUE, TRUE, TRUE);
rb_const_get_0   2309 variable.c         return rb_const_get_0(klass, id, FALSE, TRUE, TRUE);
rb_const_get_0   2315 variable.c         return rb_const_get_0(klass, id, TRUE, FALSE, TRUE);