Modules
Learn what are modules and how to use them in Ruby.
We'll cover the following...
We'll cover the following...
Definition
A module is a chunk of code we can include in a class or in another module:
In ...
Learn what are modules and how to use them in Ruby.
A module is a chunk of code we can include in a class or in another module:
In ...