Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/babelish.rb

Overview

Instance Method Summary collapse

Instance Method Details

#to_utf8Object



6
7
8
# File 'lib/babelish.rb', line 6

def to_utf8
  force_encoding("UTF-8")
end