Sha256: c3ee0b75220470127eebc44bc5bdcfaf96f0f12acb688d3f882d36e1e3ac6f42
Contents?: true
Size: 486 Bytes
Versions: 5
Compression:
Stored size: 486 Bytes
Contents
=begin Copyright 2010-2022 Ecsypno <http://www.ecsypno.com> This file is part of the Arachni Framework project and is subject to redistribution and commercial restrictions. Please see the Arachni Framework web site for more information on licensing and terms of use. =end class Arachni::Reporters::WithOutfile < Arachni::Reporter::Base def run end def self.info super.merge( options: [ Arachni::Reporter::Options.outfile('.stuff') ] ) end end
Version data entries
5 entries across 5 versions & 1 rubygems