Sha256: 108d550a599b3cdec154fd3d881f1dfa1cfd24cc3c41123c00167a58ea967920
Contents?: true
Size: 643 Bytes
Versions: 8
Compression:
Stored size: 643 Bytes
Contents
module Metasploit module Model # Namespace that maps to `Mdm::Module` and `Metasploit::Framework::Module` and contains constants and mixins to # DRY the implementation of the in-memory and in-database models in those namespaces. module Module extend ActiveSupport::Autoload autoload :Action autoload :Ancestor autoload :Architecture autoload :Author autoload :Class autoload :Handler autoload :Instance autoload :Path autoload :Platform autoload :Rank autoload :Reference autoload :Stance autoload :Target autoload :Type end end end
Version data entries
8 entries across 8 versions & 1 rubygems