Class: String

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

Overview

Get an array of UTF8 codepoints from a string.

Instance Method Summary collapse

Instance Method Details

#to_utf8_codepointsObject



153
154
155
# File 'lib/utf8_utils.rb', line 153

def to_utf8_codepoints
  UTF8Utils::Codepoints.new self
end