Class: String

Inherits:
Object show all
Defined in:
lib/gems/json_pure-1.1.3/tools/fuzz.rb

Instance Method Summary collapse

Instance Method Details

#to_utf8Object



7
8
9
# File 'lib/gems/json_pure-1.1.3/tools/fuzz.rb', line 7

def to_utf8
  ISO_8859_1_TO_UTF8.iconv self
end