Sha256: 3b2f1532a4a33d89723fba7b97364edf575c1f7c0ccea5f740f1efca3c416e44
Contents?: true
Size: 578 Bytes
Versions: 6
Compression:
Stored size: 578 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 require 'singleton' require 'ostruct' lib = Arachni::Options.paths.lib require lib + 'rpc/client/instance' require lib + 'rpc/client/dispatcher' lib = Arachni::Options.paths.lib + 'processes/' require lib + 'manager' require lib + 'dispatchers' require lib + 'instances'
Version data entries
6 entries across 6 versions & 1 rubygems