Method: Rex::Ui::Text::Output::Tee#close

Defined in:
lib/rex/ui/text/output/tee.rb

#closeObject



49
50
51
52
# File 'lib/rex/ui/text/output/tee.rb', line 49

def close
  self.fd.close if self.fd
  self.fd = nil
end