Class: TheCity::Version
- Inherits:
-
Object
- Object
- TheCity::Version
- Defined in:
- lib/the_city/version.rb
Constant Summary collapse
- MAJOR =
0- MINOR =
0- PATCH =
9- PRE =
nil
Class Method Summary collapse
Class Method Details
.to_s ⇒ String
11 12 13 |
# File 'lib/the_city/version.rb', line 11 def to_s [MAJOR, MINOR, PATCH, PRE].compact.join('.') end |