Get the configuration value by key
Parameters:
configuration key
Returns:
configuration value
14 15 16
# File 'lib/meta_commit/configuration.rb', line 14 def get(key) self[key] end