Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/pagseguro_catcher/core_ext/string.rb

Instance Method Summary collapse

Instance Method Details

#utf8Object



2
3
4
# File 'lib/pagseguro_catcher/core_ext/string.rb', line 2

def utf8
  Iconv.conv(PagseguroCatcher::XML_CHARSET, "UTF-8", self)
end