method
path_to_dir
v1_8_7_72 -
Show latest stable
- Class:
RI::RiWriter
path_to_dir(class_name)private
No documentation available.
# File lib/rdoc/ri/ri_writer.rb, line 58
def path_to_dir(class_name)
File.join(@base_dir, *class_name.split('::'))
end