class Nikto::Command::OptionString
Public Class Methods
new(options)
click to toggle source
@param [Hash{Symbol => String}] options
Calls superclass method
# File lib/nikto/command.rb, line 54 def initialize(options) super(type: CommandMapper::Types::Map.new(options), separator: '') end