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 Classes: Cluster, Diagram, Relationship
Constant Summary collapse
- VERSION =
VERSION is managed by GemRelease
'5.0.1'
Class Method Summary collapse
-
.version ⇒ String
returns the VERSION.
Class Method Details
.version ⇒ String
returns the VERSION
11 12 13 |
# File 'lib/metasploit/erd/version.rb', line 11 def self.version VERSION end |