Method: FastRI::RiIndex#num_methods

Defined in:
lib/fastri/ri_index.rb

#num_methodsObject

Returns the number of methods in the index.



382
383
384
# File 'lib/fastri/ri_index.rb', line 382

def num_methods
  @method_array.size
end