class RuboCop::Cop::Style::TernaryParentheses

def redundant_parentheses_enabled?

def redundant_parentheses_enabled?
  @config.for_cop('Style/RedundantParentheses').fetch('Enabled')
end