# File lib/rdoc/ri/store.rb, line 113
  def class_path klass_name
    File.join @path, *klass_name.split('::')
  end