Difference between revisions of "Ruby Links"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Ruby Wikis= | |||
* http://en.wikibooks.org/wiki/Ruby_Programming/Syntax/Variables_and_Constants | |||
* http://www.troubleshooters.com/codecorn/ruby/basictutorial.htm | |||
=Google Books= | |||
* http://books.google.com/books?id=jcUbTcr5XWwC&pg=PA258&lpg=PA258&dq=ruby+method+lookup&source=bl&ots=fHDhre7ycD&sig=9YUFlRPI5NZ0WmDBrqogOrTssek&hl=en&sa=X&oi=book_result&resnum=4&ct=result#v=onepage&q=ruby%20method%20lookup&f=false | |||
=Other= | |||
* http://skiadas.dcostanet.net/afterthought/2006/07/04/ruby-tutorials-for-textmate-hackers/ | * http://skiadas.dcostanet.net/afterthought/2006/07/04/ruby-tutorials-for-textmate-hackers/ | ||
* http://www.ruby-lang.org/en/documentation/quickstart/ | * http://www.ruby-lang.org/en/documentation/quickstart/ | ||
* http://www.bitwisemag.com/copy/programming/ruby/intro/1/ruby1.html | * http://www.bitwisemag.com/copy/programming/ruby/intro/1/ruby1.html | ||
* http://perl.about.com/od/rubytutorials/a/rubyeachloop_2.htm | * http://perl.about.com/od/rubytutorials/a/rubyeachloop_2.htm | ||
* http://en.wikibooks.org/wiki/Ruby_Programming/Syntax/Method_Calls | |||
* http://www.khelll.com/blog/ruby/ruby-dynamic-method-calling/ | |||
* http://renaud.waldura.com/doc/ruby/idioms.shtml | |||
* http://pleac.sourceforge.net/pleac_ruby/numbers.html | |||
==File Access== | |||
* http://pleac.sourceforge.net/pleac_ruby/fileaccess.html | |||
[[Category:Ruby]] | [[Category:Ruby]] |
Latest revision as of 16:36, 21 February 2012
Ruby Wikis
- http://en.wikibooks.org/wiki/Ruby_Programming/Syntax/Variables_and_Constants
- http://www.troubleshooters.com/codecorn/ruby/basictutorial.htm
Google Books
Other
- http://skiadas.dcostanet.net/afterthought/2006/07/04/ruby-tutorials-for-textmate-hackers/
- http://www.ruby-lang.org/en/documentation/quickstart/
- http://www.bitwisemag.com/copy/programming/ruby/intro/1/ruby1.html
- http://perl.about.com/od/rubytutorials/a/rubyeachloop_2.htm
- http://en.wikibooks.org/wiki/Ruby_Programming/Syntax/Method_Calls
- http://www.khelll.com/blog/ruby/ruby-dynamic-method-calling/
- http://renaud.waldura.com/doc/ruby/idioms.shtml
- http://pleac.sourceforge.net/pleac_ruby/numbers.html