method

path_to_dir

v1_9_1_378 - Show latest stable - Class: RDoc::RI::Writer
path_to_dir(class_name)
private

No documentation available.

# File lib/rdoc/ri/writer.rb, line 63
  def path_to_dir(class_name)
    File.join(@base_dir, *class_name.split('::'))
  end