Sha256: 1327e6a89d8c66d6d4cf1a251cef5ccea545671b2ee32506423f0a025b02d717
Contents?: true
Size: 574 Bytes
Versions: 5
Compression:
Stored size: 574 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 # Mult-byte character string option. # # @author Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com> class Arachni::Component::Options::String < Arachni::Component::Options::Base def normalize effective_value.to_s end def type :string end end
Version data entries
5 entries across 5 versions & 1 rubygems