From 489776e284a4543076592582a9d8b1615ceb1009 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 6 Apr 2017 02:10:40 +0000 Subject: Rename RbConfig::Limits as RbConfig::LIMITS * template/limits.c.tmpl (Init_limits): rename RbConfig::Limits as RbConfig::LIMITS, constants other than class or module are all uppercase with underscores by convention. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58260 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_insns.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstraptest/test_insns.rb') diff --git a/bootstraptest/test_insns.rb b/bootstraptest/test_insns.rb index 83457e0653..4f533c6906 100644 --- a/bootstraptest/test_insns.rb +++ b/bootstraptest/test_insns.rb @@ -10,8 +10,8 @@ begin rescue LoadError # OK, just skip else - $FIXNUM_MAX = RbConfig::Limits["FIXNUM_MAX"] - $FIXNUM_MIN = RbConfig::Limits["FIXNUM_MIN"] + $FIXNUM_MAX = RbConfig::LIMITS["FIXNUM_MAX"] + $FIXNUM_MIN = RbConfig::LIMITS["FIXNUM_MIN"] end fsl = { frozen_string_literal: true } # used later -- cgit v1.2.3