Sha256: 09b08b528d379e51f509f2ae811dd0df9f489f7b51731682190417e7b443cd3f

Contents?: true

Size: 547 Bytes

Versions: 6

Compression:

Stored size: 547 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_relative 'option_group'

# We need this to be available prior to loading the rest of the groups.
require_relative 'option_groups/paths'

Dir.glob( "#{File.dirname(__FILE__)}/option_groups/*.rb" ).each do |group|
    require group
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
arachni-1.3.2 lib/arachni/option_groups.rb
arachni-1.3.1 lib/arachni/option_groups.rb
arachni-1.3 lib/arachni/option_groups.rb
arachni-1.2.1 lib/arachni/option_groups.rb
arachni-1.2 lib/arachni/option_groups.rb
arachni-1.1 lib/arachni/option_groups.rb