Modules

Back to Languages/Ruby

A way of grouping methods, classes and constants together.

Namespaces

Allow the creation of libraries of related routines.

require

Loads the given name, returns true if successful, false if already loaded, error if it doesn't load.