The Self and Singleton Class in Ruby
Click to copy link
•
Notes
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 calle...