From 9ef4e13459c95922e7384194c90b91bf67dd785a Mon Sep 17 00:00:00 2001 From: zzak Date: Fri, 12 Apr 2013 02:59:07 +0000 Subject: * array.c: Document synonymous methods, by windwiny [GH-277] * bignum.c: ditto * complex.c: ditto * dir.c: ditto * encoding.c: ditto * enumerator.c: ditto * numeric.c: ditto * proc.c: ditto * re.c: ditto * string.c: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- re.c | 1 + 1 file changed, 1 insertion(+) (limited to 're.c') diff --git a/re.c b/re.c index 16d7e3450c..fe7e3903b5 100644 --- a/re.c +++ b/re.c @@ -2643,6 +2643,7 @@ match_hash(VALUE match) /* * call-seq: * mtch == mtch2 -> true or false + * mtch.eql?(mtch2) -> true or false * * Equality---Two matchdata are equal if their target strings, * patterns, and matched positions are identical. -- cgit v1.2.3