Sha256: 52b274a84ea8938cf7cf8911124392f2b95581e4e10cd0d812749bdf8f79afdf
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 = 4 MINOR = 11 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.11.0 | lib/dradis/plugins/json/gem_version.rb |