class RuboCop::Cop::Style::OptionHash

def super_used?(node)

def super_used?(node)
  node.parent.each_node(:zsuper).any?
end