[ruby/json] Remove outdated JSON.iconv
https://github.com/ruby/json/commit/3de8702354
This commit is contained in:
parent
26e55562ce
commit
bba30bee62
Notes:
git
2025-03-28 03:45:14 +00:00
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user