empty?()
Returns that sym is :“” or not.
static VALUE sym_empty(VALUE sym) { return rb_str_empty(rb_id2str(SYM2ID(sym))); }