Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
do_classes()
public
Scans #content for rb_define_class, boot_defclass, rb_define_class_under
and rb_singleton_class
# File lib/rdoc/parser/c.rb, line 326
def do_classes
do_boot_defclass
do_define_class
do_define_class_under
do_singleton_class
do_struct_define_without_accessor
end