Flowdock
method

decode

Importance_0
decode(string) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rexml/encoding.rb, line 28
    def decode(string)
      string.encode(::Encoding::UTF_8, @encoding)
    end
Register or log in to add new notes.