0
2
nil
Returns:
27 28 29
# File 'lib/azure/core/version.rb', line 27 def to_s [MAJOR, MINOR, UPDATE].join('.') + (PRE.nil? ? '' : "-#{PRE}") end