ri for stdlib

M

Minkoo Seo

Hi group.

I installed stable release of ruby 'ruby 1.8.4 (2006-03-29)
[i686-linux]' in my linux box. But, when I try to run ri on stdlib, say
Socket, it says 'Nothing known about Socket.' Running 'ri Resolv'
resulted in the same message.

I've searched this list, but I couldn't find any solution but for one
that recommends 'ruby-doc.org' which, unfortunately, does not contain
documentation for resolv.rb.

So, I loaded the source code of resolv.rb in vim and read the code and
comments. Is this the best we can do? Is there no way to see
documentaiton for stdlib conveniently?

Sincerely,
Minkoo Seo
 
E

Eric Luo

------=_Part_10597_8144142.1143793248048
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

change the current directory to the source directory of ruby distribution,
and then
rdoc lib/**/*.rb



Hi group.

I installed stable release of ruby 'ruby 1.8.4 (2006-03-29)
[i686-linux]' in my linux box. But, when I try to run ri on stdlib, say
Socket, it says 'Nothing known about Socket.' Running 'ri Resolv'
resulted in the same message.

I've searched this list, but I couldn't find any solution but for one
that recommends 'ruby-doc.org' which, unfortunately, does not contain
documentation for resolv.rb.

So, I loaded the source code of resolv.rb in vim and read the code and
comments. Is this the best we can do? Is there no way to see
documentaiton for stdlib conveniently?

Sincerely,
Minkoo Seo

------=_Part_10597_8144142.1143793248048--
 
M

Minkoo Seo

Thanks Eric.

I've tried the command, but I failed primarily because there's no such
things like 'socket.rb' Socket is written in C, I guess. So there's no
document. The same situation in resolv.rb. At this time, resolv.rb does
not contain RDoc documents.

So, does all people in this group examine source codes of Ruby whenever
they want to do something serious with stdlib?

Sincerely,
Minkoo Seo
 
M

Minkoo Seo

Tim. Please don't be nervous. I am just curious what I'm doing is the
best way of finding documents.

Yes. I know that some people, like the ones at ruby-doc.org, are doing
lots of stuffs for documenting ruby and
I appreciate their effort. As for me, I'm already doing some
translations and posting articles in
Korean ruby community to attract more programmers into the realm of
Ruby.

Anyway, what you've said seem to confirm that there's no solid
documentation available for stdlib.
Well. Disappointed a little bit.

Sincerely,
Minkoo Seo
 
E

Eric Hodel

Hi group.

I installed stable release of ruby 'ruby 1.8.4 (2006-03-29)
[i686-linux]' in my linux box. But, when I try to run ri on stdlib,
say
Socket, it says 'Nothing known about Socket.' Running 'ri Resolv'
resulted in the same message.

There is no RDoc for Resolv in 1.8. Only in HEAD.

It seems that Socket is not fully RDoc'd in 1.8. I didn't check HEAD.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top