How to build offline documentation about FileUtils?

for the time being i’m indirectly connected to the net then, i need a
way to build ruby documentation about standard libs as FileUtils.

gem_server is ok only for the installed gems.

or may be there is some site where i could download the resulting tree
files ???

Yvon

On 8/17/07, unbewust [email protected] wrote:

for the time being i’m indirectly connected to the net then, i need a
way to build ruby documentation about standard libs as FileUtils.

gem_server is ok only for the installed gems.

or may be there is some site where i could download the resulting tree
files ???

Download sources (in case you don’t have them already), run rdoc -o
in root source dir. Google for more details :wink:

On 17 août, 13:03, “Jano S.” [email protected] wrote:

Download sources (in case you don’t have them already), run rdoc -o
in root source dir. Google for more details :wink:

thanks a lot !

Yvon