Sha256: 0ebd5a29c4bca4a518cd1970c3047f954a97fb8ec782f34b6c8d9df370e19b7a
Contents?: true
Size: 532 Bytes
Versions: 5
Compression:
Stored size: 532 Bytes
Contents
=begin Copyright 2010-2022 Ecsypno <http://www.ecsypno.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
5 entries across 5 versions & 1 rubygems