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 a16cd5a commit 621130dCopy full SHA for 621130d
lib/msf/core/module_manager/cache.rb
@@ -3,6 +3,7 @@
3
# Gems
4
#
5
require 'active_support/concern'
6
+require 'msf/core/modules/metadata/cache'
7
8
# Concerns the module cache maintained by the {Msf::ModuleManager}.
9
module Msf::ModuleManager::Cache
lib/msf/core/modules/metadata.rb
@@ -1,4 +1,5 @@
1
# -*- coding: binary -*-
2
+require 'msf/core/modules'
# Namespace for module metadata related data and operations
module Msf::Modules::Metadata
0 commit comments