DEBSOURCES
Skip Quicknav
sources / jruby / 1.7.26-1%2Bdeb9u1 / spec / ruby / optional / capi / ext / class_under_autoload_spec.c
12345
#include "ruby.h" void Init_class_under_autoload_spec(void) { rb_define_class_under(rb_cObject, "ClassUnderAutoload", 0); }