[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

standard library manpages for v1.8.5

Chris Henderson

9/20/2007 12:19:00 PM

I am running Ruby 1.8.5 on OpenBSD 4.1. and trying to access Ruby
standard library documentation in manpage format but have not found
any. I know I can access this via the website but I prefer not to and
prefer manpages or similar form of documentation for offline browsing.
I been trying to access the documentation on fileutils and typed rdoc
in my console and it generated a bunch of HTML files and fileutils is
included in ~/../doc/classes but doesn't give much information on it.
Is there any way I could access these in manpage or any other
plain-text format?

Thanks.

1 Answer

Stefano Crocco

9/20/2007 12:44:00 PM

0

Alle giovedì 20 settembre 2007, Chris Henderson ha scritto:
> I am running Ruby 1.8.5 on OpenBSD 4.1. and trying to access Ruby
> standard library documentation in manpage format but have not found
> any. I know I can access this via the website but I prefer not to and
> prefer manpages or similar form of documentation for offline browsing.
> I been trying to access the documentation on fileutils and typed rdoc
> in my console and it generated a bunch of HTML files and fileutils is
> included in ~/../doc/classes but doesn't give much information on it.
> Is there any way I could access these in manpage or any other
> plain-text format?
>
> Thanks.

Try:

ri FileUtils

Stefano