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