In Ruby, an Eigenclass, also called a Singleton Class, is where methods defined on a specific object are actually stored.
What does class << self do in Ruby?