Remove unused extend ActiveSupport::Concern

I wasn't using any the features of ActiveSupport::Concern in
Msf::ModuleManager::Reloading, so remove the extend and just include it
as a regular module.
unstable
Luke Imhoff 2012-10-02 16:33:11 -05:00
parent d92c078a9d
commit 2d252ab094
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
# Concerns reloading modules
module Msf::ModuleManager::Reloading
extend ActiveSupport::Concern
# Reloads the module specified in mod. This can either be an instance of a module or a module class.
#
# @param [Msf::Module, Class] mod either an instance of a module or a module class