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

#stabilityObject



11
12
13
# File 'lib/msf/core/module/stability.rb', line 11

def stability
  self.class.stability
end

#stability_to_sObject



15
16
17
# File 'lib/msf/core/module/stability.rb', line 15

def stability_to_s
  stability * ', '
end