Sha256: c8d19b69586f47a4db8381d98bf72a1e9a8df8aa136e98928a6b5bfa7fbb3a9a
Contents?: true
Size: 395 Bytes
Versions: 1
Compression:
Stored size: 395 Bytes
Contents
module Dradis module Plugins module Nmap # Returns the version of the currently loaded Dradis as a <tt>Gem::Version</tt> def self.gem_version Gem::Version.new VERSION::STRING end module VERSION MAJOR = 3 MINOR = 22 TINY = 0 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dradis-nmap-3.22.0 | lib/dradis/plugins/nmap/gem_version.rb |