mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 18:13:58 +02:00
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:
parent
7ce9d4f40b
commit
93bdb0f1ab
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue