I came from Java, and now I am working more with Ruby.
One language feature I am not familiar with is the module
. I am wondering what exactly is a module
and when do you use one, and why use a module
over a class
?
I came from Java, and now I am working more with Ruby.
One language feature I am not familiar with is the module
. I am wondering what exactly is a module
and when do you use one, and why use a module
over a class
?