summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-14 03:36:13 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-14 03:36:13 +0000
commitd11525728f57be9d56feb1a6947a78591ddc9582 (patch)
tree7fc95cc6f3d64620c228353a42732e764390ba51 /lib
parent48d1f45bfb4775d68e7912561c686b94b3867ef3 (diff)
No document of Tempfile::Remover [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/tempfile.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tempfile.rb b/lib/tempfile.rb
index 671ac7b83b..21742371aa 100644
--- a/lib/tempfile.rb
+++ b/lib/tempfile.rb
@@ -241,7 +241,7 @@ class Tempfile < DelegateClass(File)
end
end
- class Remover
+ class Remover # :nodoc:
def initialize(tmpfile)
@pid = Process.pid
@tmpfile = tmpfile