Ruby Newbie homepage Ruby Newbie homepage

How to use

Quick guide

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

Was this page useful?