class RuboCop::Cop::Lint::MissingSuper

def contains_super?(node)

def contains_super?(node)
  node.each_descendant(:super, :zsuper).any?
end