Sha256: 323f133b20f44aae35b35f45e71f8f57674313808fcd64377e47ff3b740f2dce
Contents?: true
Size: 395 Bytes
Versions: 1
Compression:
Stored size: 395 Bytes
Contents
module Dradis module Plugins module Json # Returns the version of the currently loaded JSON as a <tt>Gem::Version</tt> def self.gem_version Gem::Version.new VERSION::STRING end module VERSION MAJOR = 4 MINOR = 6 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-json-4.6.0 | lib/dradis/plugins/json/gem_version.rb |