mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
No document of Tempfile::Remover [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
48d1f45bfb
commit
d11525728f
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ class Tempfile < DelegateClass(File)
|
|||
end
|
||||
end
|
||||
|
||||
class Remover
|
||||
class Remover # :nodoc:
|
||||
def initialize(tmpfile)
|
||||
@pid = Process.pid
|
||||
@tmpfile = tmpfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue