Method: MetaCommit::Configuration#set
- Defined in:
- lib/meta_commit/configuration.rb
#set(key, value) ⇒ Object
Set the configuration key
7 8 9 |
# File 'lib/meta_commit/configuration.rb', line 7 def set(key, value) self[key] = value end |