decode(string)
No documentation available.
# File lib/rexml/encoding.rb, line 28 def decode(string) string.encode(::Encoding::UTF_8, @encoding) end