The question is: how can we make Ruby find that Noise module? Well, we have to include it where we need it.

Excellent! Since we included the Noise module, we didn't have to create the make_noise method in the Duck class in order to use it.

The Noise module already exists, doesn't it?