class RuboCop::Cop::Style::RaiseArgs
def requires_parens?(parent)
def requires_parens?(parent) parent.and_type? || parent.or_type? || parent.if_type? && parent.ternary? end
def requires_parens?(parent) parent.and_type? || parent.or_type? || parent.if_type? && parent.ternary? end