Sha256: f6202a77f54bd23a96215e13a952494c7d5b020dadfc76cc2e4821b6286b542f
Contents?: true
Size: 378 Bytes
Versions: 43
Compression:
Stored size: 378 Bytes
Contents
require 'rex/ui' module Rex module Ui ### # # 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. # ### class Output::None < Rex::Ui::Output end end end
Version data entries
43 entries across 43 versions & 1 rubygems