diff options
-rw-r--r-- | ext/json/lib/json/common.rb | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |