encode(string)
No documentation available.
# File lib/rexml/encoding.rb, line 24 def encode(string) string.encode(@encoding) end