method

match

v1_9_1_378 - Show latest stable - Class: Symbol
match(p1)
public

No documentation available.

static VALUE
sym_match(VALUE sym, VALUE other)
{
    return rb_str_match(rb_sym_to_s(sym), other);
}