class CopyTunerClient::Configuration
def merge(hash)
-
(Hash)
- the merged configuration hash
Parameters:
-
hash
(Hash
) -- A set of configuration options that will take precedence over the defaults
def merge(hash) to_hash.merge hash end