Loose, unopinionated notes on things.
In Ruby, everything is an object, and every object has an anonymous class, which defines the methods the object can respond to. This anonymous class is called the singleton class.
Some random rabbit holes I fell into.