Searched refs:boot_defclass (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/
H A Dclass.c388 boot_defclass(const char *name, VALUE super) function
405 rb_cBasicObject = boot_defclass("BasicObject", 0);
406 rb_cObject = boot_defclass("Object", rb_cBasicObject);
407 rb_cModule = boot_defclass("Module", rb_cObject);
408 rb_cClass = boot_defclass("Class", rb_cModule);
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/parser/
H A Dc.rb268 # Scans #content for boot_defclass
271 @content.scan(/(\w+)\s*=\s*boot_defclass\s*\(\s*"(\w+?)",\s*(\w+?)\s*\)/) do
279 # Scans #content for rb_define_class, boot_defclass, rb_define_class_under

Completed in 193 milliseconds