Module: VERSION (ActiveSupport)

Overview
Module Structure
Constants
VERSION::MAJOR
VERSION::MINOR
VERSION::TINY
VERSION::STRING
is a submodule of
module: ActiveSupport   
has properties
constant: MAJOR   
constant: MINOR   
constant: TINY   
constant: STRING   
is defined at
#2 in active_support/version.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: ActiveSupport
module: VERSION     

Constants

VERSION::MAJOR

#3 in active_support/version.rb

MAJOR = 2   

VERSION::MINOR

#4 in active_support/version.rb

MINOR = 3   

VERSION::TINY

#5 in active_support/version.rb

TINY = 14   

VERSION::STRING

#7 in active_support/version.rb

STRING = [MAJOR, MINOR, TINY].join('.')