disu.se

StringClass

Namespace

Top-level Namespace

Ancestors
  1. Object

Ruby’s built-in String class.

Instance Methods

uU::String#

Returns a wrapper around the receiver that provides proper Unicode handling of its content.

Note

The receiver will receive #encode(Encoding::UTF_8)#freeze and you should thus probably not use the receiver after invoking #u on it.