merge revision(s) 57431:

[DOC] Use Integer instead of Fixnum [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@57875 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2017-03-11 18:10:55 +00:00
parent 7ce9d4f40b
commit 93bdb0f1ab
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ class WeakRef < Delegator
# Creates a weak reference to +orig+ # Creates a weak reference to +orig+
# #
# Raises an ArgumentError if the given +orig+ is immutable, such as Symbol, # Raises an ArgumentError if the given +orig+ is immutable, such as Symbol,
# Fixnum, or Float. # Integer, or Float.
def initialize(orig) def initialize(orig)
case orig case orig

View file

@ -1,6 +1,6 @@
#define RUBY_VERSION "2.4.0" #define RUBY_VERSION "2.4.0"
#define RUBY_RELEASE_DATE "2017-03-12" #define RUBY_RELEASE_DATE "2017-03-12"
#define RUBY_PATCHLEVEL 40 #define RUBY_PATCHLEVEL 41
#define RUBY_RELEASE_YEAR 2017 #define RUBY_RELEASE_YEAR 2017
#define RUBY_RELEASE_MONTH 3 #define RUBY_RELEASE_MONTH 3