Sha256: 6c5c1ea049e74e2013c0d278bfa7b85372d70b72eba545b9a436731ca5f8b59e
Contents?: true
Size: 501 Bytes
Versions: 7
Compression:
Stored size: 501 Bytes
Contents
=begin Copyright 2010-2014 Tasos Laskos <tasos.laskos@arachni-scanner.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
7 entries across 7 versions & 1 rubygems