From 0aa005f8e96ff032229d1e90a0ac209eb90e4168 Mon Sep 17 00:00:00 2001 From: knu Date: Mon, 13 Aug 2001 05:56:30 +0000 Subject: Update. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1680 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') 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. -- cgit v1.2.3