Module: Msf::Module::Type::ClassMethods
- Defined in:
- lib/msf/core/module/type.rb
Instance Method Summary collapse
-
#type ⇒ Object
Class method to figure out what type of module this is.
Instance Method Details
#type ⇒ Object
Class method to figure out what type of module this is
8 9 10 |
# File 'lib/msf/core/module/type.rb', line 8 def type raise NotImplementedError end |