Actions
Bug #4292
closedType of rdoc in string.c
Bug #4292: Type of rdoc in string.c
Description
=begin
--- string.c (revision 30594)
+++ string.c (working copy)
@@ -2577,7 +2577,7 @@
- against str,and returns the position the match starts, or
-
nilif there is no match. Otherwise, invokes - obj.=~, passing str as an argument. The default
-
-
=~inObjectreturnsfalse.
-
-
-
=~inObjectreturnsnil. -
"cat o' 9 tails" =~ /\d/ #=> 7 -
"cat o' 9 tails" =~ 9 #=> nil
-
=end
Files
Actions