class RuboCop::Cop::Style::MutableConstant

def requires_parentheses?(node)

def requires_parentheses?(node)
  node.range_type? ||
    (node.send_type? && node.loc.dot.nil?)
end