method

+

Importance_1
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: ActiveSupport::Multibyte::Chars
+(other) public

Returns a new Chars object containing the other object concatenated to the string.

Example:

('Café'.mb_chars + ' périferôl').to_s # => "Café périferôl"
Show source
Register or log in to add new notes.