Sha256: 96782f19dadbee47cc4e1e084c2d87e1ffa01409e9adbbc1d1bb7968df2fb005
Contents?: true
Size: 394 Bytes
Versions: 1
Compression:
Stored size: 394 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 = 9 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.9.0 | lib/dradis/plugins/nmap/gem_version.rb |