Sha256: a22db196f01d1dab518f81b255a39fb72a6ae74ef4e225d93cba7298ed976c22
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 = 4 MINOR = 14 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-4.14.0 | lib/dradis/plugins/nmap/gem_version.rb |