Class: String

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

Overview

Get an array of UTF8 charsfrom a string.

Instance Method Summary collapse

Instance Method Details

#to_utf8_charsObject



50
51
52
# File 'lib/utf8_utils.rb', line 50

def to_utf8_chars
  UTF8Utils::Chars.new self
end