class RuboCop::Cop::Performance::RedundantMerge

def max_key_value_pairs

def max_key_value_pairs
  Integer(cop_config['MaxKeyValuePairs'] || 2)
end