Module: Arachni::Modules
- Defined in:
- lib/module/manager.rb
Overview
The namespace under which all modules exist
Class Method Summary collapse
-
.reset ⇒ Object
Resets the namespace unloading all module classes.
Class Method Details
.reset ⇒ Object
Resets the namespace unloading all module classes
21 22 23 24 25 26 |
# File 'lib/module/manager.rb', line 21 def self.reset constants.each { |const| remove_const( const ) } end |