class Arachni::RPC::Server::Check::Manager
We need to extend the original Manager
and re-declare its inherited methods which are required over RPC
.
@author Tasos “Zapotek” Laskos <tasos.laskos@arachni-scanner.com>
Public Instance Methods
load( checks )
click to toggle source
make these inherited methods visible again
Calls superclass method
Arachni::Component::Manager#load
# File lib/arachni/rpc/server/check/manager.rb, line 29 def load( checks ) @framework.options.checks = super( checks ) end