Here are the practice exersices as outlined in Chris Pine's book Learn To Program.
No program for this chapter, just environment setup. I am using:
- VM with Ubuntu 13.10
- RVM to install ruby 2.1.0
- Sublime Text
Introduction to numbers:
Introduction to strings:
- no program written
Variables and Assignment:
- no program written
Mixing it up:
More About Methods
Flow Control
Arrays and Iterators
Writing Your Own Methods
Recursion
Reading and Writing, Saving and Loading, Yin and ... Something Else
New Classes of Objects
Creating New Classes, Changing Existing Ones
Blocks and Procs