Module: Msf::Module::Stability
- Extended by:
- ActiveSupport::Concern
- Included in:
- Msf::Module
- Defined in:
- lib/msf/core/module/stability.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Instance Method Details
#stability ⇒ Object
11 12 13 |
# File 'lib/msf/core/module/stability.rb', line 11 def stability self.class.stability end |
#stability_to_s ⇒ Object
15 16 17 |
# File 'lib/msf/core/module/stability.rb', line 15 def stability_to_s stability * ', ' end |