method
size
v1_9_1_378 -
Show latest stable
- Class:
Symbol
size()public
No documentation available.
static VALUE
sym_length(VALUE sym)
{
return rb_str_length(rb_id2str(SYM2ID(sym)));
} size()No documentation available.
static VALUE
sym_length(VALUE sym)
{
return rb_str_length(rb_id2str(SYM2ID(sym)));
}