Module: Msf::Module::Stability::ClassMethods
- Defined in:
- lib/msf/core/module/stability.rb
Instance Method Summary collapse
Instance Method Details
#stability ⇒ Object
5 6 7 8 |
# File 'lib/msf/core/module/stability.rb', line 5 def stability instance = self.new instance.notes['Stability'] || [] end |