Method: FastRI::RiIndex#num_namespaces
- Defined in:
- lib/fastri/ri_index.rb
#num_namespaces ⇒ Object
Returns the number of namespaces in the index.
387 388 389 |
# File 'lib/fastri/ri_index.rb', line 387 def num_namespaces @namespace_array.size end |