match(p1)
Returns sym.to_s =~ obj.
static VALUE sym_match(VALUE sym, VALUE other) { return rb_str_match(rb_sym_to_s(sym), other); }