Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/pagseguro_catcher/core_ext/string.rb
Instance Method Summary collapse
Instance Method Details
#utf8 ⇒ Object
2 3 4 |
# File 'lib/pagseguro_catcher/core_ext/string.rb', line 2 def utf8 Iconv.conv(PagseguroCatcher::XML_CHARSET, "UTF-8", self) end |