Sha256: 984a10e8574308a4e34ee0bab83d5b9922f7d69a67b09e632ad02131d969296f
Contents?: true
Size: 474 Bytes
Versions: 5
Compression:
Stored size: 474 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::Error < Arachni::Reporter::Base def run fail end def self.info super.merge( options: [ Options.outfile( 'foo' ) ] ) end end
Version data entries
5 entries across 5 versions & 1 rubygems