Ruby modules can appear to be very similar to Ruby classes. After going through this you’ll be able to:
- Understand the difference between Classes and Modules in Ruby
- Build out Ruby modules
- Work with nested modules
- Combine Classes and Modules
- See how modules can be used in large-scale, production Rails applications
Source code:
https://github.com/jordanhudgens/ruby-3/blob/master/ruby_modules.rb