Method: FastRI::RiIndex#full_method_names
- Defined in:
- lib/fastri/ri_index.rb
#full_method_names(scope = nil) ⇒ Object
Return the names of all methods.
370 371 372 |
# File 'lib/fastri/ri_index.rb', line 370 def full_method_names(scope = nil) all_entries(@method_array, scope) end |