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

ruby-changes:11895

From: akr <ko1@a...>
Date: Sun, 24 May 2009 22:37:53 +0900 (JST)
Subject: [ruby-changes:11895] Ruby:r23555 (trunk): update rdoc.

akr	2009-05-24 22:37:43 +0900 (Sun, 24 May 2009)

  New Revision: 23555

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

  Log:
    update rdoc.

  Modified files:
    trunk/object.c

Index: object.c
===================================================================
--- object.c	(revision 23554)
+++ object.c	(revision 23555)
@@ -772,6 +772,8 @@
  *  There is no way to unfreeze a frozen object. See also
  *  <code>Object#frozen?</code>.
  *
+ *  This method returns self.
+ *
  *     a = [ "a", "b", "c" ]
  *     a.freeze
  *     a << "z"
@@ -1176,9 +1178,11 @@
 
 /*
  *  call-seq:
- *     mod.freeze
+ *     mod.freeze       => mod
  *
  *  Prevents further modifications to <i>mod</i>.
+ *
+ *  This method returns self.
  */
 
 static VALUE

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

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