class RuboCop::Cop::Lint::ParenthesesAsGroupedExpression
def first_argument_starts_with_left_parenthesis?(node)
def first_argument_starts_with_left_parenthesis?(node) node.first_argument.source.start_with?('(') end
def first_argument_starts_with_left_parenthesis?(node) node.first_argument.source.start_with?('(') end