[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

How to build offline documentation about FileUtils ??

unbewust

8/17/2007 9:11:00 AM

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

2 Answers

Jano Svitok

8/17/2007 11:04:00 AM

0

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 ???

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

unbewust

8/17/2007 11:07:00 AM

0

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 ;-)

thanks a lot !

Yvon