method

length

v1_9_1_378 - Show latest stable - Class: Symbol
length()
public

No documentation available.

static VALUE
sym_length(VALUE sym)
{
    return rb_str_length(rb_id2str(SYM2ID(sym)));
}