# File lib/fastri/ri_index.rb, line 203
  def self.new_from_paths(paths = nil)
    obj = new
    obj.rebuild_index(paths)
    obj
  end