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

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

···

On 8/17/07, unbewust <yvon.thoraval@gmail.com> 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 ???

thanks a lot !

Yvon

···

On 17 août, 13:03, "Jano Svitok" <jan.svi...@gmail.com> wrote:

On 8/17/07, unbewust <yvon.thora...@gmail.com> 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
<destdir> in root source dir. Google for more details :wink: