Sha256: aa7a1e800ae2726130309db6d7cf968aa0ff780e523c817d3f5ccc00dd7ec882
Contents?: true
Size: 402 Bytes
Versions: 1
Compression:
Stored size: 402 Bytes
Contents
module Dradis module Plugins module NTOSpider # Returns the version of the currently loaded NTOSpider as a <tt>Gem::Version</tt> def self.gem_version Gem::Version.new VERSION::STRING end module VERSION MAJOR = 4 MINOR = 3 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-ntospider-4.3.0 | lib/dradis/plugins/ntospider/gem_version.rb |