Mastery

The Core

Explored the most basic object possible in Ruby, then went even further to try and produce an object without any methods or properties. Wrote an article about in "zen-like" tone because I was reading the again some pieces from The Codeless Code.

Kernel (module)
Comparable (module)
Object
Class
Module

Essential "types" and modules

Read documentation - OK
Experiment with all public methods / do koans - OK - Redo
String intensive project - Play with Encryption?