This class acts as a generic base class for outputing data. It only provides stubs for the simplest form of outputing information.
Flushes any buffered output.
# File lib/rex/ui/output.rb, line 56 def flush end
Prints a message with no decoration.
# File lib/rex/ui/output.rb, line 50 def print(msg='') end
# File lib/rex/ui/output.rb, line 32 def print_debug(msg='') end
Prints an error message.
# File lib/rex/ui/output.rb, line 23 def print_error(msg='') end
Prints a 'good' message.
# File lib/rex/ui/output.rb, line 29 def print_good(msg='') end
Prints an undecorated line of information.
# File lib/rex/ui/output.rb, line 44 def print_line(msg='') end
Prints a status line.
# File lib/rex/ui/output.rb, line 38 def print_status(msg='') end
Generated with the Darkfish Rdoc Generator 2.