module Metasploit::Model
The namespace for this gem. All code under the {Metasploit::Model} namespace is code that is shared between in-memory ActiveModels in metasploit-framework and database ActiveRecords in metasploit_data_models. Having a separate gem for this shard code outside of metasploit_data_models is necessary as metasploit_data_models is an optional dependency for metasploit-framework as metasploit-framework can work without a database.
Constants
- File
- VERSION
VERSION is managed by GemRelease
Public Class Methods
version()
click to toggle source
@return [String]
returns the VERSION
# File lib/metasploit/model/version.rb, line 11 def self.version VERSION end