length()
Same as sym.to_s.length.
static VALUE sym_length(VALUE sym) { return rb_str_length(rb_sym2str(sym)); }