From 296bd00e02573a231ec52da538fc3b7d9745f688 Mon Sep 17 00:00:00 2001 From: marcandre Date: Wed, 12 Dec 2018 19:49:22 +0000 Subject: range.c: Documentation on endless ranges. Based on patch by Victor Shepelev [DOC] [#7552] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66369 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/syntax/literals.rdoc | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/syntax/literals.rdoc b/doc/syntax/literals.rdoc index 62b80db04b..08eefd21de 100644 --- a/doc/syntax/literals.rdoc +++ b/doc/syntax/literals.rdoc @@ -333,6 +333,7 @@ its ending value. (1..2) # includes its ending value (1...2) # excludes its ending value + (1..) # endless range, representing infinite sequence from 1 to Infinity You may create a range of any object. See the Range documentation for details on the methods you need to implement. -- cgit v1.2.3