method

empty?

v1_9_1_378 - Show latest stable - Class: Symbol
empty?()
public

No documentation available.

static VALUE
sym_empty(VALUE sym)
{
    return rb_str_empty(rb_id2str(SYM2ID(sym)));
}