Sha256: 10a0a0b22a3de4433ed7031c536207a9a40fe15a676138a37bb3c295b980cf56
Contents?: true
Size: 281 Bytes
Versions: 1
Compression:
Stored size: 281 Bytes
Contents
module ActionPack # Returns the version of the currently loaded ActionPack as a Gem::Version def self.version Gem::Version.new "4.0.7" end module VERSION #:nodoc: MAJOR, MINOR, TINY, PRE = ActionPack.version.segments STRING = ActionPack.version.to_s end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
actionpack-4.0.7 | lib/action_pack/version.rb |