Module: Registry::InstanceMethods
- Defined in:
- lib/registry.rb
Instance Method Summary collapse
Instance Method Details
#registry_key ⇒ Object
123 124 125 |
# File 'lib/registry.rb', line 123 def registry_key self.class.registry_key end |
#registry_keys ⇒ Object
127 128 129 |
# File 'lib/registry.rb', line 127 def registry_keys self.class.registry_keys end |
#registry_name ⇒ Object
131 132 133 |
# File 'lib/registry.rb', line 131 def registry_name self.class.registry_name end |