Instance method
# length
Same as sym.to_s.length.
How to use
Quick guide
Official content
Official how?
I scraped all this data from the official documentation. I created this site to make it easier for beginners and more pleasant for professionals to use Ruby.
Georgie boy
Creator of ruby-docs.org
Same as
sym.to_s.length
.
static VALUE
sym_length(VALUE sym)
{
return rb_str_length(rb_sym2str(sym));
}
Was this page useful?
Leave your feedback
Please hit 'submit' to confirm your feedback.
Leave your feedback
Please hit 'submit' to confirm your feedback.