Libraries
»
babelish
(0.6.5)
»
Index
»
String
»
#to_utf8
Method: String#to_utf8
Defined in:
lib/babelish.rb
#
to_utf8
⇒
Object
6 7 8
# File 'lib/babelish.rb', line 6
def
to_utf8
force_encoding
(
"UTF-8"
)
end