Flowdock
method

grapheme_clusters

Importance_1
v2_6_3 - Show latest stable - 0 notes - Class: String
grapheme_clusters() public

Returns an array of grapheme clusters in str. This is a shorthand for str.each_grapheme_cluster.to_a.

If a block is given, which is a deprecated form, works the same as each_grapheme_cluster.

Show source
Register or log in to add new notes.