Sha256: ffa256cf3c0181488422529c1b73144ad5a7bd006719a7ad823650510b3e9ef8
Contents?: true
Size: 396 Bytes
Versions: 1
Compression:
Stored size: 396 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 = 3 MINOR = 21 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-3.21.0 | lib/dradis/plugins/json/gem_version.rb |