Method: Runcible::Instance#update_config
- Defined in:
- lib/runcible/instance.rb
#update_config(key, value) ⇒ Object
Update an existing config value
36 37 38 |
# File 'lib/runcible/instance.rb', line 36 def update_config(key, value) @config[key] = value end |