Method: Hospodar.global_registry_module_id
- Defined in:
- lib/hospodar.rb
.global_registry_module_id(components_name, base_class: nil, init: nil) ⇒ Object
39 40 41 |
# File 'lib/hospodar.rb', line 39 def self.global_registry_module_id(components_name, base_class: nil, init: nil) [components_name, base_class, init].hash end |