Difference between revisions of "Ruby Essentials"
From Techotopia
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]] | + | # [[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 | + | #* [[Ruby String Conversions|Converting a Ruby String to an Array]] |
− | #* [[Ruby String | + | #* [[Ruby String Conversions|Changing the Case of a Ruby String]] |
− | #* [[Ruby String | + | #* [[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.
- What is Ruby?
- Getting and Installing Ruby
- Simple Ruby Examples
- Commenting Ruby Code
- Understanding Ruby Variables
- Ruby Variable Scope
- Ruby Number Classes and Conversions
- Ruby Ranges
- Understanding Ruby Arrays
- Advanced Ruby Arrays
- Ruby Operators
- Ruby Operator Precedence
- Ruby Math Functions and Methods
- Understanding Ruby Logical Operators
- Ruby Object Oriented Programming
- Ruby Flow Control
- The Ruby case Statement
- Ruby While and Until Loops
- Looping with for and the Ruby Looping Methods
- Ruby Strings - Creation and Basics
- Ruby String Concatenation and Comparison
- Ruby String Replacement, Substitution and Insertion
- Ruby String Conversions
- Ruby File and Directory Handling