From 323e7b757c32f178670a572cc5593868bdf3c320 Mon Sep 17 00:00:00 2001 From: Joe O'Brien Date: Mon, 26 Jan 2009 15:26:31 -0500 Subject: [PATCH] no comment --- README.rdoc | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.rdoc b/README.rdoc index 43c6855..0697854 100644 --- a/README.rdoc +++ b/README.rdoc @@ -8,15 +8,15 @@ and do great things in the language. == The Structure -The koans are broken out into areas by file, hashes are covered in about_hashes.rb, -modules are introduced in about_modules.rb, etc. They are presented in order in the -path_to_enlightenment.rb file. +The koans are broken out into areas by file, hashes are covered in +about_hashes.rb+, +modules are introduced in +about_modules.rb+, etc. They are presented in order in the ++path_to_enlightenment.rb+ file. Each koan builds up your knowledge of Ruby and builds upon itself. It will stop at the first place you need to correct. Some koans simply need to have the correct answer substituted for an incorrect one. -Some, however, require you to supply your own answer. If you see the method __ (a +Some, however, require you to supply your own answer. If you see the method +__+ (a double underscore) listed, it is a hint to you to supply your own code in order to make it work correctly. @@ -99,11 +99,9 @@ Meta Koans :: http://rubyquiz.com/quiz67.html == Other Resources The Ruby Language :: http://ruby-lang.org +Try Ruby in your browser :: http://tryruby.hobix.com/ -Dave Thomas' introduction to Ruby -Programming Ruby (the Pick Axe) :: http://pragprog.com/titles/ruby/programming-ruby +Dave Thomas' introduction to Ruby Programming Ruby (the Pick Axe) :: http://pragprog.com/titles/ruby/programming-ruby -Brian Marick's fantastic guide for beginners -Everyday Scripting with Ruby :: http://pragprog.com/titles/bmsft/everyday-scripting-with-ruby +Brian Marick's fantastic guide for beginners Everyday Scripting with Ruby :: http://pragprog.com/titles/bmsft/everyday-scripting-with-ruby -Try Ruby in your browser :: http://tryruby.hobix.com/ \ No newline at end of file