So, what's a module?

It groups related chunks of codeIt can hold methods and constantsIt's another word for a classIt's a single block of reusable code

Yay! A module groups together related chunks of code such as methods and constants.

Almost! A module groups together related chunks of code such as methods and constants.