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

ruby-changes:27343

From: marcandre <ko1@a...>
Date: Sat, 23 Feb 2013 08:17:51 +0900 (JST)
Subject: [ruby-changes:27343] marcandRe: r39395 (trunk): * NEWS: Add that Fixnums and Bignums are frozen

marcandre	2013-02-23 08:15:40 +0900 (Sat, 23 Feb 2013)

  New Revision: 39395

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39395

  Log:
    * NEWS: Add that Fixnums and Bignums are frozen

  Modified files:
    trunk/NEWS

Index: NEWS
===================================================================
--- NEWS	(revision 39394)
+++ NEWS	(revision 39395)
@@ -460,6 +460,11 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L460
     This method was removed. Two procs are == only when they are
     the same object.
 
+  * Fixnum
+  * Bignum
+
+    Fixnums and Bignums are frozen
+
   * Signal.trap
 
     See above.

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

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