lib/rex/ui/text/output/file.rb in rex-2.0.8 vs lib/rex/ui/text/output/file.rb in rex-2.0.9
- old
+ new
@@ -29,9 +29,10 @@
return if not self.fd
self.fd.write(msg)
self.fd.flush
msg
end
+ alias_method :write, :print_raw
def close
self.fd.close if self.fd
self.fd = nil
end