You know what else we can do? We can use modules as containers, or namespaces, for classes, constants and other modules.

Sweet! Modules can group together methods, constants and classes that are related to each other and give them a name we can relate to.

Modules can only have constants, can't they?