diff --git a/lib/rex/ui/text/output/file.rb b/lib/rex/ui/text/output/file.rb index e55f832282..ad0ed6bb12 100644 --- a/lib/rex/ui/text/output/file.rb +++ b/lib/rex/ui/text/output/file.rb @@ -31,6 +31,7 @@ class Output::File < Rex::Ui::Text::Output self.fd.flush msg end + alias_method :write, :print_raw def close self.fd.close if self.fd