Class: Tempfile::Remover
Do not use. This class is for internal use only.
Relationships & Source Files | |
Inherits: | Object |
Defined in: | lib/tempfile.rb |
Class Method Summary
- .new(tmpfile) ⇒ Remover constructor
Instance Method Summary
Constructor Details
.new(tmpfile) ⇒ Remover
# File 'lib/tempfile.rb', line 253
def initialize(tmpfile) @pid = Process.pid @tmpfile = tmpfile end