Difference between revisions of "Ruby Essentials"

From Techotopia
Jump to: navigation, search
Line 4: Line 4:
 
#* [[What is Ruby?|The History of Ruby]]
 
#* [[What is Ruby?|The History of Ruby]]
 
#* [[What is Ruby?|What is Ruby?]]
 
#* [[What is Ruby?|What is Ruby?]]
#* [[What is Ruby?|Why is Ruby so Popular?]]<br>
+
#* [[What is Ruby?|Why is Ruby so Popular?]]<br><br>
 
# [[Getting and Installing Ruby]]
 
# [[Getting and Installing Ruby]]
 
#* [[Getting and Installing Ruby|Installing Ruby on Linux]]
 
#* [[Getting and Installing Ruby|Installing Ruby on Linux]]

Revision as of 02:14, 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