module RuboCop::Cop::HashTransformMethod

def new_method_name

Returns:
  • (String) -

Other tags:
    Abstract: -
def new_method_name
  raise NotImplementedError
end