This class implements output against a buffer.
Read everything out of the buffer and reset it
# File lib/rex/ui/text/output/buffer.rb, line 38 def dump_buffer self.buf ||= '' buffer = self.buf.dup reset() buffer end
Appends the supplied message to the output buffer.
# File lib/rex/ui/text/output/buffer.rb, line 28 def print_raw(msg = '') self.buf += msg || '' msg end
Generated with the Darkfish Rdoc Generator 2.