Which of these statements access a module's constant if we don't use include
to, well, include the module?
Correct! We use the ::
notation after the module's name to refer to its constant.
Not quite! We use the ::
notation after the module's name to refer to its constant.