Class: Synvert::Configuration
- Inherits:
-
Hash
- Object
- Hash
- Synvert::Configuration
- Includes:
- Singleton
- Defined in:
- lib/synvert/configuration.rb
Instance Method Summary collapse
Instance Method Details
#get(key) ⇒ Object
12 13 14 |
# File 'lib/synvert/configuration.rb', line 12 def get(key) self[key] end |
#set(key, value) ⇒ Object
8 9 10 |
# File 'lib/synvert/configuration.rb', line 8 def set(key, value) self[key] = value end |