class String

Public Instance Methods

utf8() click to toggle source
# File lib/pagseguro_catcher/core_ext/string.rb, line 2
def utf8
  Iconv.conv(PagseguroCatcher::XML_CHARSET, "UTF-8", self)
end