Class: Rex::Ui::Output::None

Inherits:
Rex::Ui::Output show all
Defined in:
lib/rex/ui/output/none.rb

Overview

This output medium implements all the required output routines but does not back them against any sort of device. This is basically meant to be put in place of something that expects to be able to deal with a functional output device when one does not actually exist.

Method Summary

Methods inherited from Rex::Ui::Output

#flush, #print, #print_error, #print_good, #print_line, #print_status, #print_warning, #prompting, #prompting?