Sha256: 5621b5c49b4f44b3af74e28f4be02bdc975c5183c08d3c5e48b82be9c14028c6
Contents?: true
Size: 332 Bytes
Versions: 5
Compression:
Stored size: 332 Bytes
Contents
#pre_example will run before the example.rb script class PreExample < RippleNetworks::WarningShot::TestScript def initialize() end =begin rdoc *Name*:: run *Access*:: public *Description*:: Performs test ===Returns *Description*:: Result of test *Datatype*:: boolean =end def run() return true end end
Version data entries
5 entries across 5 versions & 1 rubygems