Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_3_392) is shown here.
class_path(klass_name)
public
Path where data for
klass_name will be stored (methods or class data)
# File lib/rdoc/ri/store.rb, line 114
def class_path klass_name
File.join @path, *klass_name.split('::')
end