Difference between revisions of "Getting Started with Ruby"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) (→Links) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 17: | Line 17: | ||
* http://freshmeat.net/tags/ruby-modules | * http://freshmeat.net/tags/ruby-modules | ||
* http://www.ruby-doc.org/docs/ProgrammingRuby/html/preface.html | * http://www.ruby-doc.org/docs/ProgrammingRuby/html/preface.html | ||
* http://en.wikibooks.org/wiki/Ruby_Programming/Reference | |||
=Gems= | =Gems= | ||
* http://docs.rubygems.org/read/book/1 | |||
* http://rubygems.org/read/chapter/3 | * http://rubygems.org/read/chapter/3 | ||
* [http://rubyforge.org/frs/?group_id=126 RubyGems downloads] | * [http://rubyforge.org/frs/?group_id=126 RubyGems downloads] | ||
* http://en.wikipedia.org/wiki/RubyGems | |||
* http://www.linuxjournal.com/article/8967[[Category:Ruby]] | * http://www.linuxjournal.com/article/8967[[Category:Ruby]] | ||
* http://gems.github.com/ | * http://gems.github.com/ |
Latest revision as of 11:31, 18 March 2010
Overview
Ruby Documentation
Examples
Links
- http://rubycentral.com/pickaxe/tut_modules.html
- http://rubylearning.com/satishtalim/tutorial.html
- http://ruby-doc.org/core/classes/Module.html
- http://www.tutorialspoint.com/ruby/ruby_modules.htm
- http://www.devarticles.com/c/a/Ruby-on-Rails/Ruby-Modules-Mixins-Fixins-and-Rails/
- http://freshmeat.net/tags/ruby-modules
- http://www.ruby-doc.org/docs/ProgrammingRuby/html/preface.html
- http://en.wikibooks.org/wiki/Ruby_Programming/Reference