Question from the Ruby test

The `super` keyword calls the superclass method with the same parameters. If the superclass method cannot raise exceptions, `super` will not raise them either.