class Mail::Multibyte::Chars

def size

Returns the number of codepoints in the string
def size
  Unicode.u_unpack(@wrapped_string).size
end