Skip to content

Commit d727ac5

Browse files
committed
Alias Rex::Ui::Text::Output::Tee print_raw to write, fixes rapid7#4469 and rapid7#4363
1 parent e55b612 commit d727ac5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/rex/ui/text/output/tee.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ def print_raw(msg = '')
4444
msg
4545
end
4646

47+
alias :write :print_raw
48+
4749
def close
4850
self.fd.close if self.fd
4951
self.fd = nil

0 commit comments

Comments
 (0)