Sha256: cf6448d15617f4182e428d86d4eda7e29e9f8c4e3bb1fb2ed269540a3dbf4310

Contents?: true

Size: 589 Bytes

Versions: 7

Compression:

Stored size: 589 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

# 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

7 entries across 7 versions & 1 rubygems

Version Path
arachni-1.0.6 lib/arachni/component/options/string.rb
arachni-1.0.5 lib/arachni/component/options/string.rb
arachni-1.0.4 lib/arachni/component/options/string.rb
arachni-1.0.3 lib/arachni/component/options/string.rb
arachni-1.0.2 lib/arachni/component/options/string.rb
arachni-1.0.1 lib/arachni/component/options/string.rb
arachni-1.0 lib/arachni/component/options/string.rb