Programming Ruby 3.2 (5th Edition): typo (page 491)
Currently:
So now when Scheudler[RedisJob] is declared, RBS ensures that RedisJob is a subclass of Job.
Suggested Correction
So now when Scheduler[RedisJob] is declared, RBS ensures that RedisJob is a subclass of Job.