Sha256: c159c8a133827932ccb5faaf88396871eaaaa4ec9a0ca4f1f2c77386de4ffd2e
Contents?: true
Size: 404 Bytes
Versions: 17
Compression:
Stored size: 404 Bytes
Contents
# -*- coding: binary -*- 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
17 entries across 17 versions & 3 rubygems