no comment
This commit is contained in:
16
README.rdoc
16
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/
|
||||
Reference in New Issue
Block a user