Class: String

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

Instance Method Summary collapse

Instance Method Details

#to_utf8(*args) ⇒ Object



4
5
6
# File 'lib/enco/string_to_utf8.rb', line 4

def to_utf8(*args)
  Enco.to_utf8 self, *args
end