Difference between revisions of "Ruby"
Athar Hameed (talk | contribs) (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
- http://en.wikipedia.org/wiki/Ruby_programming_language
- Ruby Official Website
- Ruby book
- http://www.zenspider.com/Languages/Ruby/QuickRef.html
gem_serverwill start a local webserver with ruby gem documentation in it
gem rdoc --allwill build documentation for all installed gems
