Difference between revisions of "Ruby Essentials"

From Techotopia
Jump to: navigation, search
Line 73: Line 73:
 
# [[Ruby Math Functions and Methods]]<br><br>
 
# [[Ruby Math Functions and Methods]]<br><br>
 
# [[Understanding Ruby Logical Operators]]<br><br>
 
# [[Understanding Ruby Logical Operators]]<br><br>
# [[Ruby Object Oriented Programming]]<br><br>
+
# [[Ruby Object Oriented Programming]]
 
#* [[Ruby Object Oriented Programming|What is an Object?]]
 
#* [[Ruby Object Oriented Programming|What is an Object?]]
 
#* [[Ruby Object Oriented Programming|What is a Class?]]
 
#* [[Ruby Object Oriented Programming|What is a Class?]]
Line 117: Line 117:
 
#* [[Ruby String Replacement, Substitution and Insertion|Reversing the Characters in a String]]<br><br>
 
#* [[Ruby String Replacement, Substitution and Insertion|Reversing the Characters in a String]]<br><br>
 
# [[Ruby String Conversions]]
 
# [[Ruby String Conversions]]
#* [[Ruby String Conversion|Converting a Ruby String to an Array]]
+
#* [[Ruby String Conversions|Converting a Ruby String to an Array]]
#* [[Ruby String Conversion|Changing the Case of a Ruby String]]
+
#* [[Ruby String Conversions|Changing the Case of a Ruby String]]
#* [[Ruby String Conversion|Performing String Conversions]]<br><br>
+
#* [[Ruby String Conversions|Performing String Conversions]]<br><br>
 
# [[Ruby File and Directory Handling]]
 
# [[Ruby File and Directory Handling]]

Revision as of 02:24, 29 November 2007

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 File and Directory Handling