Programming Ruby 3.2 (5th Edition): B4.0 page 593, delegated to the parameter class

How’s this:

“In the new class’s initialize method, call super with the object that is being delegated, which must be of the type passed in the class definition”