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

ruby-changes:13164

From: akr <ko1@a...>
Date: Mon, 14 Sep 2009 09:01:00 +0900 (JST)
Subject: [ruby-changes:13164] Ruby:r24916 (ruby_1_8): stopdoc Tempfile::Remover.

akr	2009-09-14 09:00:52 +0900 (Mon, 14 Sep 2009)

  New Revision: 24916

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

  Log:
    stopdoc Tempfile::Remover.

  Modified files:
    branches/ruby_1_8/lib/tempfile.rb

Index: ruby_1_8/lib/tempfile.rb
===================================================================
--- ruby_1_8/lib/tempfile.rb	(revision 24915)
+++ ruby_1_8/lib/tempfile.rb	(revision 24916)
@@ -155,7 +155,8 @@
   end
   alias length size
 
-  class Remover # :nodoc:
+  # :stopdoc:
+  class Remover
     def initialize(data)
       @pid = $$
       @data = data
@@ -177,6 +178,7 @@
       end
     end
   end
+  # :startdoc:
 
   class << self
     # If no block is given, this is a synonym for new().

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

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