Method: FastRI::RiIndex#full_class_names

Defined in:
lib/fastri/ri_index.rb

#full_class_names(scope = nil) ⇒ Object

Return the names of all classes and modules.



365
366
367
# File 'lib/fastri/ri_index.rb', line 365

def full_class_names(scope = nil)
  all_entries(@namespace_array, scope)
end