From c71e1223c5a91ef51d5efbdb9de13e0af04bcf4a Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 26 Jan 2017 15:14:02 +0000 Subject: [DOC] Use Integer instead of Fixnum [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57431 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/weakref.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/weakref.rb b/lib/weakref.rb index d4ffa65395..c88babba46 100644 --- a/lib/weakref.rb +++ b/lib/weakref.rb @@ -78,7 +78,7 @@ class WeakRef < Delegator # Creates a weak reference to +orig+ # # Raises an ArgumentError if the given +orig+ is immutable, such as Symbol, - # Fixnum, or Float. + # Integer, or Float. def initialize(orig) case orig -- cgit v1.2.3