method

decode_utf8

v1_9_1_378 - Show latest stable - Class: REXML::Encoding
decode_utf8(str)
public

No documentation available.

# File lib/rexml/encodings/UTF-8.rb, line 7
    def decode_utf8(str)
      str
    end