Class: WPScan::Controllers
- Inherits:
-
CMSScanner::Controllers
- Object
- CMSScanner::Controllers
- WPScan::Controllers
- Defined in:
- lib/wpscan/controllers.rb
Overview
Override to set the OptParser’s summary width to 45 (instead of 40 from the CMSScanner)
Instance Method Summary collapse
-
#initialize(option_parser = OptParseValidator::OptParser.new(nil, 45)) ⇒ Controllers
constructor
A new instance of Controllers.
Constructor Details
#initialize(option_parser = OptParseValidator::OptParser.new(nil, 45)) ⇒ Controllers
Returns a new instance of Controllers.
6 7 8 |
# File 'lib/wpscan/controllers.rb', line 6 def initialize(option_parser = OptParseValidator::OptParser.new(nil, 45)) super(option_parser) end |