[ruby/json] Remove outdated JSON.iconv

https://github.com/ruby/json/commit/3de8702354
This commit is contained in:
Jean Boussier 2025-03-27 10:16:14 +01:00 committed by Hiroshi SHIBATA
parent 26e55562ce
commit bba30bee62
Notes: git 2025-03-28 03:45:14 +00:00

View File

@ -837,11 +837,6 @@ module JSON
end
end
# Encodes string using String.encode.
def self.iconv(to, from, string)
string.encode(to, from)
end
# JSON::Coder holds a parser and generator configuration.
#
# module MyApp