Files
metasploit-gs/lib/msf/core/modules/loader.rb
T
Luke Imhoff 555a9f2559 Refactor Msf::ModuleManager
[Fixes #36737359]

Refactor Msf::ModuleManager into concerns so its easier to understand and
duplicate code can be made DRY.  The refactoring also ensures that when
loading from directories, Fastlibs, or reloading, the wrapper module will
always be named so that activesupport/dependencies will function.
2012-10-01 13:09:30 -05:00

6 lines
91 B
Ruby

require 'msf/core/modules'
# Namespace for module loaders
module Msf::Modules::Loader
end