module RuboCop::Cop::IndexMethod

def on_bad_each_with_object(_node)

Other tags:
    Abstract: - Implemented with `def_node_matcher`
def on_bad_each_with_object(_node)
  raise NotImplementedError
end