Class: String

Inherits:
Object show all
Defined in:
lib/vendor/json_pure/tools/fuzz.rb

Instance Method Summary collapse

Instance Method Details

#to_utf8Object



6
7
8
# File 'lib/vendor/json_pure/tools/fuzz.rb', line 6

def to_utf8
  ISO_8859_1_TO_UTF8.iconv self
end