class RuboCop::Cop::Style::GuardClause
def and_or_guard_clause?(guard_clause)
def and_or_guard_clause?(guard_clause) parent = guard_clause.parent parent.and_type? || parent.or_type? end
def and_or_guard_clause?(guard_clause) parent = guard_clause.parent parent.and_type? || parent.or_type? end