Class: FastRI::RiIndex::TopLevelEntry

Inherits:
ClassEntry
  • Object
show all
Defined in:
lib/fastri/ri_index.rb

Instance Attribute Summary

Attributes inherited from ClassEntry

#full_name, #index, #name, #source_index

Instance Method Summary collapse

Methods inherited from ClassEntry

#all_method_names, #classes_and_modules, #contained_class_named, #contained_modules_matching, #initialize, #path_names, #recursively_find_methods_matching, #type

Constructor Details

This class inherits a constructor from FastRI::RiIndex::ClassEntry

Instance Method Details

#methods_matching(name, is_class_method) ⇒ Object



190
191
192
# File 'lib/fastri/ri_index.rb', line 190

def methods_matching(name, is_class_method)
  recursively_find_methods_matching(name, is_class_method)
end

#module_named(name) ⇒ Object



194
195
196
# File 'lib/fastri/ri_index.rb', line 194

def module_named(name)

end