Flowdock
module
Importance_2
Ruby latest stable (v2_5_5) - 0 notes

Module deprecated or moved

This module is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.

Encapsulate all the strangeness to do with finding out where to find RDoc files

We basically deal with three directories:

  1. The ‘system’ documentation directory, which holds the documentation distributed with Ruby, and which is managed by the Ruby install process

  2. The ‘site’ directory, which contains site-wide documentation added locally.

  3. The ‘user’ documentation directory, stored under the user’s own home directory.

There’s contention about all this, but for now:

system

$datadir/ri/<ver>/system/…

site

$datadir/ri/<ver>/site/…

user

~/.rdoc

Show files where this module is defined (1 file)
Register or log in to add new notes.