=begin Copyright 2010-2015 Tasos Laskos 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 module Arachni # Stores and provides access to the state of the system. # # @author Tasos "Zapotek" Laskos class State # {State} error namespace. # # All {State} errors inherit from and live under it. # # @author Tasos "Zapotek" Laskos class Error < Arachni::Error end require_relative 'state/options' require_relative 'state/plugins' require_relative 'state/audit' require_relative 'state/element_filter' require_relative 'state/framework' require_relative 'state/http' class <