Difference between revisions of "Ruby"

 
Line 3: Line 3:
 
* [http://www.ruby-doc.org/docs/ProgrammingRuby/ Ruby book]
 
* [http://www.ruby-doc.org/docs/ProgrammingRuby/ Ruby book]
 
* http://www.zenspider.com/Languages/Ruby/QuickRef.html
 
* http://www.zenspider.com/Languages/Ruby/QuickRef.html
 +
 +
<pre>gem_server</pre> will start a local webserver with ruby gem documentation in it
 +
<pre>gem rdoc --all</pre> will build documentation for all installed gems

Latest revision as of 07:04, 6 May 2008

gem_server
will start a local webserver with ruby gem documentation in it
gem rdoc --all
will build documentation for all installed gems


Retrieved from "http://aboutus.com/index.php?title=Ruby&oldid=15436212"