class FastRI::RiIndex::TopLevelEntry
Public Instance Methods
Source
# File lib/fastri/ri_index.rb, line 190 def methods_matching(name, is_class_method) recursively_find_methods_matching(name, is_class_method) end
# File lib/fastri/ri_index.rb, line 190 def methods_matching(name, is_class_method) recursively_find_methods_matching(name, is_class_method) end