Regarding RDoc

How to install RDoc in windows? Also tell me, after installing what is
the syntax for installing RDoc in our program.
I searched the net for some resources, but did not find any. Please
help.

How to install RDoc in windows? Also tell me, after installing what is
the syntax for installing RDoc in our program.
I searched the net for some resources, but did not find any. Please
help.

C:>gem install rdoc
C:>gem rdoc --all

or are you looking for the core rdocs? Which distro are you using?
-r

Thanks Roger.
But the command “gem install rdoc” gives the following error:
ERROR: http://gems.rubyforge.org/ does not appear to be a repository
ERROR: could not find gem rdoc locally or in a repository

Can you give the syntax for implementation of RDoc in a ruby program?

Roger P. wrote:

How to install RDoc in windows? Also tell me, after installing what is
the syntax for installing RDoc in our program.
I searched the net for some resources, but did not find any. Please
help.

C:>gem install rdoc
C:>gem rdoc --all

or are you looking for the core rdocs? Which distro are you using?
-r

ERROR: http://gems.rubyforge.org/ does not appear to be a repository

firewall problem?

Can you give the syntax for implementation of RDoc in a ruby program?

http://allgems.ruby-forum.com/gems/doc/rdoc/2.3.0

On Aug 21, 2009, at 15:30, Roger P. wrote:

ERROR: http://gems.rubyforge.org/ does not appear to be a repository

firewall problem?

Probably, see gem help install for proxy settings

Can you give the syntax for implementation of RDoc in a ruby program?

http://allgems.ruby-forum.com/gems/doc/rdoc/2.3.0

That’s old.

ri RDoc

gem server

have the most up-to-date information.