Ruby Essentials

From Techotopia
Revision as of 02:11, 29 November 2007 by Neil (Talk | contribs)

Jump to: navigation, search

The Ruby Essentials book is currently under development and is scheduled for completion at the end of November 2007.

  1. What is Ruby?
  2. Getting and Installing Ruby
  3. Simple Ruby Examples
  4. Commenting Ruby Code
  5. Understanding Ruby Variables
  6. Ruby Variable Scope
  7. Ruby Number Classes and Conversions
  8. Ruby Ranges
    • [[Ruby Ranges|Ruby Sequence Ranges
    • [[Ruby Ranges|Using Range Methods
    • [[Ruby Ranges|Ruby Ranges as Conditional Expressions
    • [[Ruby Ranges|Ruby Range Intervals
    • [[Ruby Ranges|Ranges in case Statements
  9. Understanding Ruby Arrays
  10. Advanced Ruby Arrays
  11. Ruby Operators
  12. Ruby Operator Precedence
  1. Understanding Ruby Logical Operators
  2. Ruby Object Oriented Programming
  3. Ruby Flow Control
  4. The Ruby case Statement
  5. Ruby While and Until Loops
  6. Looping with for and the Ruby Looping Methods
  7. Ruby Strings - Creation and Basics
  8. Ruby String Concatenation and Comparison
  9. Ruby String Replacement, Substitution and Insertion
  10. Ruby String Conversions
  11. Ruby File and Directory Handling