class CopyTunerClient::Configuration

def merge(hash)

Returns:
  • (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