Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/string_addons.rb
Instance Method Summary collapse
Instance Method Details
#as_utf8 ⇒ Object
2 3 4 |
# File 'lib/string_addons.rb', line 2 def as_utf8 self.force_encoding('UTF-8') end |