summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-08-13 05:56:30 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-08-13 05:56:30 +0000
commit0aa005f8e96ff032229d1e90a0ac209eb90e4168 (patch)
treebcc930dbb2373c47a67bb67f256418492cdf061b
parentdd246c36b9604fbf869018be34c71fd3d73618bb (diff)
Update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1680 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--doc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 206e40a694..8510799eb7 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -1,3 +1,8 @@
+: Regexp
+
+ It is being obsoleted to regard /re/ as /re/ =~ $_ in a conditional
+ context. Use ~/re/ instead.
+
: String#lstrip, rstrip, lstrip!, rstrip!
Added. These strip only left or right part of a string.