Not found
The exact documentation you were looking for could not be found. Here is the best guess.
=~(p1)
public
Pattern Match—Overridden by descendants (notably Regexp and String) to
provide meaningful pattern-match semantics.
Show source
static VALUE
rb_obj_match(VALUE obj1, VALUE obj2)
{
return Qnil;
}