rb_const_get_at 720 class.c klass = rb_const_get_at(outer, id); rb_const_get_at 800 class.c module = rb_const_get_at(outer, id); rb_const_get_at 1165 ext/pathname/pathname.c VALUE eENOTDIR = rb_const_get_at(rb_mErrno, rb_intern("ENOTDIR")); rb_const_get_at 548 ext/psych/psych_parser.c mark_klass = rb_const_get_at(cPsychParser, rb_intern("Mark")); rb_const_get_at 825 ext/racc/cparse/cparse.c Parser = rb_const_get_at(Racc, rb_intern("Parser")); rb_const_get_at 11230 ext/ripper/ripper.c VALUE hash = rb_const_get_at(rb_cObject, script_lines); rb_const_get_at 5481 ext/ripper/ripper.y VALUE hash = rb_const_get_at(rb_cObject, script_lines); rb_const_get_at 952 include/ruby/intern.h VALUE rb_const_get_at(VALUE, ID); rb_const_get_at 2083 object.c return RTEST(recur) ? rb_const_get(mod, id) : rb_const_get_at(mod, id); rb_const_get_at 2149 object.c mod = RTEST(recur) ? rb_const_get(mod, id) : rb_const_get_at(mod, id); rb_const_get_at 2305 object.c mod = rb_const_get_at(mod, id); rb_const_get_at 11154 parse.c VALUE hash = rb_const_get_at(rb_cObject, script_lines); rb_const_get_at 5481 parse.y VALUE hash = rb_const_get_at(rb_cObject, script_lines); rb_const_get_at 416 variable.c c = rb_const_get_at(c, id);