Class: Rex::Quickfile
- Inherits:
-
Tempfile
- Object
- Tempfile
- Rex::Quickfile
- Defined in:
- lib/rex/file.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ Quickfile
constructor
A new instance of Quickfile.
Constructor Details
#initialize(*args) ⇒ Quickfile
Returns a new instance of Quickfile.
111 112 113 114 115 |
# File 'lib/rex/file.rb', line 111 def initialize(*args) super(*args) self.binmode ObjectSpace.undefine_finalizer(self) end |