method
decode
v1_9_3_125 -
Show latest stable
-
0 notes -
Class: REXML::Encoding
- 1_8_6_287
- 1_8_7_72
- 1_8_7_330
- 1_9_1_378 (0)
- 1_9_2_180 (38)
- 1_9_3_125 (-38)
- 1_9_3_392 (0)
- What's this?
decode(string)
public
Hide source
# File lib/rexml/encoding.rb, line 40 def decode(string) string.encode(::Encoding::UTF_8, @encoding) end


