Libraries
»
activesupport
(4.1.5)
»
Index (V)
»
ActiveSupport
»
VERSION
Module: ActiveSupport::VERSION
Defined in:
lib/active_support/gem_version.rb
Constant Summary
collapse
MAJOR =
4
MINOR =
1
TINY =
5
PRE =
nil
STRING =
[
MAJOR
,
MINOR
,
TINY
,
PRE
]
.
compact
.
join
(
"
.
"
)