Skip to content

Commit 5c2f972

Browse files
committed
Land rapid7#4483 - Alias Rex::Ui::Text::Output::Tee print_raw to write
2 parents e55b612 + d727ac5 commit 5c2f972

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)