Method: Configurable::ConfigHash#store

Defined in:
lib/configurable/config_hash.rb

#storeObject (readonly)

The underlying data store; setting values in store directly can result in an inconsistent state. Use []= instead.



15
16
17
# File 'lib/configurable/config_hash.rb', line 15

def store
  @store
end