Method: Msf::ModuleDataStore#initialize
- Defined in:
- lib/msf/core/module_data_store.rb
#initialize(m) ⇒ ModuleDataStore
Returns a new instance of ModuleDataStore.
27 28 29 30 31 |
# File 'lib/msf/core/module_data_store.rb', line 27 def initialize(m) super() @_module = m end |