[前][次][番号順一覧][スレッド一覧]

ruby-changes:45358

From: kazu <ko1@a...>
Date: Fri, 27 Jan 2017 00:14:07 +0900 (JST)
Subject: [ruby-changes:45358] kazu:r57431 (trunk): [DOC] Use Integer instead of Fixnum [ci skip]

kazu	2017-01-27 00:14:02 +0900 (Fri, 27 Jan 2017)

  New Revision: 57431

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=57431

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

  Modified files:
    trunk/lib/weakref.rb
Index: lib/weakref.rb
===================================================================
--- lib/weakref.rb	(revision 57430)
+++ lib/weakref.rb	(revision 57431)
@@ -78,7 +78,7 @@ class WeakRef < Delegator https://github.com/ruby/ruby/blob/trunk/lib/weakref.rb#L78
   # 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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]