method

slice

slice(*args)
public

Implements Unicode-aware slice with codepoints. Slicing on one point returns the codepoints for that character.

Example:

  'こんにちは'.mb_chars.slice(2..3).to_s #=> "にち"