Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/kampyo/string.rb
Overview
String
Instance Method Summary collapse
Instance Method Details
#to_utf8 ⇒ Object
5 6 7 |
# File 'lib/kampyo/string.rb', line 5 def to_utf8 force_encoding('UTF-8') end |