Sha256: c06a4d794877ef3cebe2046b357639a916e529d49e2e4b2a1a66ab7e09fcc8c9
Contents?: true
Size: 282 Bytes
Versions: 1
Compression:
Stored size: 282 Bytes
Contents
module ActionPack # Returns the version of the currently loaded ActionPack as a Gem::Version def self.version Gem::Version.new "4.0.13" 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.13 | lib/action_pack/version.rb |