Skip to Content Skip to Search

module ActiveSupport::VERSION

Constants

MAJOR = 7
 
MINOR = 2
 
PRE = "alpha"
 
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
 
TINY = 0
 

Definition files