D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.1.0
/
gems
/
activejob-4.2.8
/
lib
/
active_job
/
Filename :
gem_version.rb
back
Copy
module ActiveJob # Returns the version of the currently loaded Active Job as a <tt>Gem::Version</tt> def self.gem_version Gem::Version.new VERSION::STRING end module VERSION MAJOR = 4 MINOR = 2 TINY = 8 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end end