Mastery
The Core
BasicObject
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
Strings
Read documentation - OK
Experiment with all public methods / do koans - OK - Redo
String intensive project - Play with Encryption?
- string utils: censor, word count, letter count, encryption (simple, naive)
- something to play with bytes