Sha256: 6d7d1d6ca096e87cd8c75d980504bae3f6066ea0fdec83113cc379af3a65996c
Contents?: true
Size: 489 Bytes
Versions: 5
Compression:
Stored size: 489 Bytes
Contents
=begin Copyright 2010-2015 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::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