We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c00c7c commit 112b598Copy full SHA for 112b598
lib/msf/core/module.rb
@@ -18,6 +18,7 @@ class Module
18
autoload :Compatibility, 'msf/core/module/compatibility'
19
autoload :DataStore, 'msf/core/module/data_store'
20
autoload :Deprecated, 'msf/core/module/deprecated'
21
+ autoload :Failure, 'msf/core/module/failure'
22
autoload :FullName, 'msf/core/module/full_name'
23
autoload :HasActions, 'msf/core/module/has_actions'
24
autoload :ModuleInfo, 'msf/core/module/module_info'
0 commit comments