From a2915284495bea277c852c9e57674c98867bac25 Mon Sep 17 00:00:00 2001 From: nagachika Date: Mon, 28 Mar 2016 16:02:55 +0000 Subject: merge revision(s) 54231: [Backport #12121] * variable.c: Added documentation about order of `Module#constants` [ci skip][Bug #12121][ruby-dev:49505][fix GH-1301] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@54329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- variable.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'variable.c') diff --git a/variable.c b/variable.c index 1395f5d625..5b0b5d8e89 100644 --- a/variable.c +++ b/variable.c @@ -2074,6 +2074,9 @@ rb_const_list(void *data) * modules (example at start of section), unless the inherit * parameter is set to false. * + * The implementation makes no guarantees about the order in which the + * constants are yielded. + * * IO.constants.include?(:SYNC) #=> true * IO.constants(false).include?(:SYNC) #=> false * -- cgit v1.2.3