class RuboCop::AST::Node

def guard_clause?

def guard_clause?
  node = and_type? || or_type? ? rhs : self
  node.match_guard_clause?
end