Class: Rex::Quickfile

Inherits:
Tempfile
  • Object
show all
Defined in:
lib/rex/file.rb

Instance Method Summary collapse

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