class UltraMarathon::Version
Constants
- MAJOR
- MINOR
- PATCH
- PRE
Public Class Methods
to_s()
click to toggle source
@return [String]
# File lib/ultra_marathon/version.rb, line 11 def to_s [MAJOR, MINOR, PATCH, PRE].compact.join('.') end