class RuboCop::Cop::Lint::NumberConversion

def correct_sym_method(to_method)

def correct_sym_method(to_method)
  body = format(CONVERSION_METHOD_CLASS_MAPPING[to_method], number_object: 'i')
  "{ |i| #{body} }"
end