About this Course
Modules are an extremely powerful utility when coding in Ruby. Modules allow you to add behavior to classes, hold constants, add namespaces, and more.
What you'll learn
- Modules
- Methods
- Class Methods
- Include and Extend
- Magic Methods in Ruby