Ruby Essentials

From Techotopia
Revision as of 02:54, 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
  9. Understanding Ruby Arrays
  10. Advanced Ruby Arrays
  11. Ruby Operators
  12. Ruby Operator Precedence
  13. Ruby Math Functions and Methods

  14. Understanding Ruby Logical Operators

  15. Ruby Object Oriented Programming
  16. Ruby Flow Control
  17. The Ruby case Statement
  18. Ruby While and Until Loops
  19. Looping with for and the Ruby Looping Methods
  20. Ruby Strings - Creation and Basics
  21. Ruby String Concatenation and Comparison
  22. Ruby String Replacement, Substitution and Insertion
  23. Ruby String Conversions
  24. Ruby Directory Handling
  25. Working with Files in Ruby