D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.1.0
/
gems
/
actionpack-4.2.8
/
lib
/
action_pack
/
Filename :
gem_version.rb
back
Copy
module ActionPack # Returns the version of the currently loaded Action Pack 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