Ruby RI::RiReader Functions

EditRocket provides the following information on RI::RiReader functions in the Ruby source code builder.

all_names() - return a list of all classes, modules, and methods

find_class_by_name(full_name) -

find_methods(name, is_class_method, namespaces) -

full_class_names() - return the names of all classes and modules

get_class(class_entry) - Return a class description

get_method(method_entry) - return the MethodDescription for a given MethodEntry by deserializing the YAML

lookup_namespace_in(target, namespaces) -

new(ri_cache) -

top_level_namespace() -