ruby-changes:35051
From: nobu <ko1@a...>
Date: Mon, 11 Aug 2014 11:26:43 +0900 (JST)
Subject: [ruby-changes:35051] nobu:r47133 (trunk): lib/tempfile.rb: include doc of Tempfile.open
nobu 2014-08-11 11:26:36 +0900 (Mon, 11 Aug 2014) New Revision: 47133 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=47133 Log: lib/tempfile.rb: include doc of Tempfile.open * lib/tempfile.rb: start rdoc parsing inside singleton class definition to include the document there. [ruby-core:64157] [Bug #10105] Modified files: trunk/ChangeLog trunk/lib/tempfile.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 47132) +++ ChangeLog (revision 47133) @@ -1,3 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Mon Aug 11 11:26:33 2014 Nobuyoshi Nakada <nobu@r...> + + * lib/tempfile.rb: start rdoc parsing inside singleton class + definition to include the document there. + [ruby-core:64157] [Bug #10105] + Sun Aug 10 12:22:43 2014 Masaki Suketa <masaki.suketa@n...> * ext/win32ole/win32ole_type.c: refactoring. Index: lib/tempfile.rb =================================================================== --- lib/tempfile.rb (revision 47132) +++ lib/tempfile.rb (revision 47133) @@ -295,9 +295,10 @@ class Tempfile < DelegateClass(File) https://github.com/ruby/ruby/blob/trunk/lib/tempfile.rb#L295 STDERR.print "done\n" if $DEBUG end end - # :startdoc: class << self + # :startdoc: + # Creates a new Tempfile. # # If no block is given, this is a synonym for Tempfile.new. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/