Module: Registry::InstanceMethods

Defined in:
lib/registry.rb

Instance Method Summary collapse

Instance Method Details

#registry_keyObject



123
124
125
# File 'lib/registry.rb', line 123

def registry_key
  self.class.registry_key
end

#registry_keysObject



127
128
129
# File 'lib/registry.rb', line 127

def registry_keys
  self.class.registry_keys
end

#registry_nameObject



131
132
133
# File 'lib/registry.rb', line 131

def registry_name
  self.class.registry_name
end