rom-rb / rom

Data mapping and persistence toolkit for Ruby
https://rom-rb.org
MIT License
2.09k stars 161 forks source link

Curious about inheriting from Module #471

Closed sumancc closed 6 years ago

sumancc commented 6 years ago

https://github.com/rom-rb/rom/blob/07bd1da9a826d757a7c2b3f92754a77d48db15ad/core/lib/rom/plugins/command/timestamps.rb#L23

I stumbled across this line via a colleague today. What is the reason behind inheriting from Module?

solnic commented 6 years ago

You can read about it here. Also, please read CONTRIBUTING.md, we don't use issues on github for random questions.