class FastRI::RiIndex::TopLevelEntry
Public Instance Methods
methods_matching(name, is_class_method)
click to toggle 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
module_named(name)
click to toggle source
# File lib/fastri/ri_index.rb, line 194 def module_named(name) end