I just figured out that Ruby’s “Core API” is different from its “Standard Library.” Or at least I think that’s the case, since I looked at the documentation for Time
in the “Standard Library” and found it referring to extending the “time” module… elsewhere.
Good thing that’s not confusing.