Difference between revisions of "Ruby"

(New page: * http://en.wikipedia.org/wiki/Ruby_programming_language)
 
 

(4 intermediate revisions by 2 users not shown)



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