Class: Kms::FunctionsRegistry
- Inherits:
-
Object
- Object
- Kms::FunctionsRegistry
- Defined in:
- app/services/kms/functions_registry.rb
Class Method Summary collapse
Class Method Details
.register(module_const) ⇒ Object
7 8 9 |
# File 'app/services/kms/functions_registry.rb', line 7 def self.register(module_const) modules << module_const end |