= private = protected
bytesize()
Returns the length of str in bytes.
static VALUE rb_str_bytesize(VALUE str) { return INT2NUM(RSTRING_LEN(str)); }