class RuboCop::Cop::Style::CombinableDefined

def terms(node)

def terms(node)
  node.each_descendant.select do |descendant|
    descendant.parent.and_type? && !descendant.and_type?
  end
end