Module: Metasploit::ERD

Extended by:
ActiveSupport::Autoload
Defined in:
lib/metasploit/erd.rb,
lib/metasploit/erd/version.rb

Overview

The namespace for this gem.

Defined Under Namespace

Modules: Clusterable, Entity, Version Classes: Cluster, Diagram, Relationship

Constant Summary collapse

GEM_VERSION =

The full gem version string, including the Version::MAJOR, Version::MINOR, Version::PATCH, and optionally, the Metasploit::ERD::Version::PRERELEASE in the RubyGems versioning format.

Returns:

Version.gem
VERSION =

The full version string, including the Metasploit::ERD::Version::MAJOR, Metasploit::ERD::Version::MINOR, Metasploit::ERD::Version::PATCH, and optionally, the Metasploit::ERD::Version::PRERELEASE in the semantic versioning v2.0.0 format.

Version.full