Method: String#length
- Defined in:
- string.c
#length ⇒ Integer
Returns the length of str.
355 356 357 |
# File 'string.c', line 355 static VALUE rb_str_length(str) VALUE str; |
Returns the length of str.
355 356 357 |
# File 'string.c', line 355 static VALUE rb_str_length(str) VALUE str; |