Closed sumancc closed 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?
Module
You can read about it here. Also, please read CONTRIBUTING.md, we don't use issues on github for random questions.
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
?