# File lib/fastri/ri_index.rb, line 302
  def top_level_namespace(scope = nil)
    [TopLevelEntry.new(self, "", -1, scope ? scope_to_sindex(scope) : nil)]
  end