Alias Rex::Ui::Text::Output::Tee print_raw to write, fixes #4469 and #4363

bug/bundler_fix
Jon Hart 2014-12-29 16:47:04 -08:00
parent e55b612206
commit d727ac5367
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@ class Output::Tee < Rex::Ui::Text::Output
msg
end
alias :write :print_raw
def close
self.fd.close if self.fd
self.fd = nil