ruby-changes:54174
From: nobu <ko1@a...>
Date: Fri, 14 Dec 2018 12:36:21 +0900 (JST)
Subject: [ruby-changes:54174] nobu:r66395 (trunk): No document of Tempfile::Remover [ci skip]
nobu 2018-12-14 12:36:13 +0900 (Fri, 14 Dec 2018) New Revision: 66395 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66395 Log: No document of Tempfile::Remover [ci skip] Modified files: trunk/lib/tempfile.rb Index: lib/tempfile.rb =================================================================== --- lib/tempfile.rb (revision 66394) +++ lib/tempfile.rb (revision 66395) @@ -241,7 +241,7 @@ class Tempfile < DelegateClass(File) https://github.com/ruby/ruby/blob/trunk/lib/tempfile.rb#L241 end end - class Remover + class Remover # :nodoc: def initialize(tmpfile) @pid = Process.pid @tmpfile = tmpfile -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/