size()
Returns the number of codepoints in the string
# File activesupport/lib/active_support/multibyte/chars.rb, line 307 def size self.class.u_unpack(@wrapped_string).size end