Module: Rails::VERSION

Defined in:
lib/rtml/init.rb

Constant Summary collapse

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