module RuboCop::Cop::HashTransformMethod

def on_bad_map_to_h(_node)

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