Sha256: 98d2f34144f90f13e91ec05aefe108aaf0ef28d8a09156dca527be1bcbb9e505

Contents?: true

Size: 435 Bytes

Versions: 3

Compression:

Stored size: 435 Bytes

Contents

=begin
    Copyright 2010-2014 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'

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
arachni-1.0.2 lib/arachni/option_groups.rb
arachni-1.0.1 lib/arachni/option_groups.rb
arachni-1.0 lib/arachni/option_groups.rb