Difference between revisions of "Ruby"

 

(One intermediate revision by one other user not shown)



Line 2: Line 2:
 
* [http://www.ruby-lang.org/en/ Ruby Official Website]
 
* [http://www.ruby-lang.org/en/ Ruby Official Website]
 
* [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
 +
 +
<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"