From 04a8e85bc5d305d1c227ca9d3ccc0794e07fafc1 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 14 Aug 2001 08:13:31 +0000 Subject: * range.c (range_step): new method. * string.c (rb_str_cmp): remove needless conditional. * string.c (rb_str_lstrip_bang) `return Qnil' was missing. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/NEWS b/doc/NEWS index 8510799eb7..659656d376 100644 --- a/doc/NEWS +++ b/doc/NEWS @@ -1,3 +1,7 @@ +: Range#step([step=1]) + + Added. + : Regexp It is being obsoleted to regard /re/ as /re/ =~ $_ in a conditional -- cgit v1.2.3