Make Feature a module to indicate it's a namespace
What does this MR do and why?
The class Feature does not have any instance methods so instantiating a Feature instance isn't useful. It has class methods, however, which remain functionally intact after converting the Feature to a module.
Feature.instance_methods - Object.instance_methods
# => []
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Peter Leitzen