4
1
nil
Returns:
10 11 12
# File 'lib/t/version.rb', line 10 def to_s [MAJOR, MINOR, PATCH, PRE].compact.join(".") end