解决方法
使用
String#size
或
String#length
方法.它会对你有用.
Returns the character length of
str.
示例:
"abc 12-".size # => 7