Introduction to Ruby I
This video is a basic introduction to Ruby. It starts out with showing some of the basic reflection capabilities of Ruby such as (10**10).class. Then I talk about indefinite chaining of methods.
Other topics are if...elsif...else statements, method syntax, working with Arrays and Hashes, Hash literals, nil, and blocks, and a basic introduction to accessing Ruby documentation using "ri".