Sha256: 586ecf3e69b498083056195f5454661216d9324d83410c5c41f73f3a6a18d5a2
Contents?: true
Size: 589 Bytes
Versions: 6
Compression:
Stored size: 589 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 # 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
6 entries across 6 versions & 1 rubygems